Pixel formats. More...
Public Member Functions | |
PixelFormat (int value) | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
static PixelFormat | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
Rgb =(0) | |
Managed render targets use RGB format. | |
Rgba =(1) | |
Managed render targets use RGBA format. | |
Pixel formats.
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |