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