CoreGraphics::PixelFormat Class Reference
#include <pixelformat.h>
Detailed Description
Pixel format enumeration.FIXME: use DX10 notations (more flexible but less readable...)
(C) 2006 Radon Labs GmbH
Public Types | |
| enum | Code |
| enums | |
Static Public Member Functions | |
| static Code | FromString (const Util::String &str) |
| convert from string | |
| static Util::String | ToString (Code code) |
| convert to string | |
Member Function Documentation
| PixelFormat::Code CoreGraphics::PixelFormat::FromString | ( | const Util::String & | str | ) | [static] |
convert from string
Convert a pixel format string into a pixel format code.
| Util::String CoreGraphics::PixelFormat::ToString | ( | PixelFormat::Code | code | ) | [static] |
convert to string
Convert pixel format code into a string.