2 * Copyright 2007-2008, Haiku. Stephan Aßmus <superstippi@gmx.de>
3 * All rights reserved. Distributed under the terms of the MIT License.
5 #include "ColorSpaceToString.h"
9 color_space_to_string(color_space format
)
11 const char* name
= "<unkown format>";
23 name
= "B_RGBA32_BIG";