|
MyGUI
3.2.0
|
#include <MyGUI_RenderFormat.h>
Public Types | |
| enum | Enum { Unknow, L8, L8A8, R8G8B8, R8G8B8A8 } |
Public Member Functions | |
| PixelFormat (Enum _value=Unknow) | |
Friends | |
| bool | operator== (PixelFormat const &a, PixelFormat const &b) |
| bool | operator!= (PixelFormat const &a, PixelFormat const &b) |
Definition at line 59 of file MyGUI_RenderFormat.h.
| Enumerator | |
|---|---|
| Unknow | |
| L8 | |
| L8A8 | |
| R8G8B8 | |
| R8G8B8A8 | |
Definition at line 61 of file MyGUI_RenderFormat.h.
Definition at line 70 of file MyGUI_RenderFormat.h.
|
friend |
Definition at line 80 of file MyGUI_RenderFormat.h.
|
friend |
Definition at line 75 of file MyGUI_RenderFormat.h.
1.8.5