2 * Copyright 2007-2008, Haiku. Stephan Aßmus <superstippi@gmx.de>
3 * All rights reserved. Distributed under the terms of the MIT License.
6 #ifndef COLOR_SPACE_TO_STRING_H
7 #define COLOR_SPACE_TO_STRING_H
9 #include <GraphicsDefs.h>
11 const char* color_space_to_string(color_space format
);
13 #endif // COLOR_SPACE_TO_STRING_H