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