Pixel formats. More...
Public Member Functions | |
| PixelFormat (int mValue) | |
| PixelFormat (PixelFormat enum_) | |
| int | getValue () |
| Returns the integer value of the enumeration constant. More... | |
| final int | swigValue () |
Static Public Member Functions | |
| static PixelFormat | swigToEnum (int swigValue) |
| 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. |