MyGUI 3.4.1
|
#include <MyGUI_RenderFormat.h>
Public Types | |
enum | Enum { Unknow , L8 , L8A8 , R8G8B8 , R8G8B8A8 } |
Public Member Functions | |
PixelFormat (Enum _value=Unknow) | |
int | getValue () const |
int | getBytesPerPixel () const |
Friends | |
bool | operator== (PixelFormat const &a, PixelFormat const &b) |
bool | operator!= (PixelFormat const &a, PixelFormat const &b) |
Definition at line 49 of file MyGUI_RenderFormat.h.
Enumerator | |
---|---|
Unknow | |
L8 | |
L8A8 | |
R8G8B8 | |
R8G8B8A8 |
Definition at line 51 of file MyGUI_RenderFormat.h.
Definition at line 60 of file MyGUI_RenderFormat.h.
|
inline |
Definition at line 80 of file MyGUI_RenderFormat.h.
|
inline |
Definition at line 75 of file MyGUI_RenderFormat.h.
|
friend |
Definition at line 70 of file MyGUI_RenderFormat.h.
|
friend |
Definition at line 65 of file MyGUI_RenderFormat.h.