|
MyGUI
3.2.1
|
#include <MyGUI_RenderFormat.h>
Public Types | |
| enum | Enum { Unknow, L8, L8A8, R8G8B8, R8G8B8A8 } |
Public Member Functions | |
| PixelFormat (Enum _value=Unknow) | |
| int | getValue () 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.
Definition at line 51 of file MyGUI_RenderFormat.h.
| MyGUI::PixelFormat::PixelFormat | ( | Enum | _value = Unknow | ) | [inline] |
Definition at line 60 of file MyGUI_RenderFormat.h.
| int MyGUI::PixelFormat::getValue | ( | ) | const [inline] |
Definition at line 75 of file MyGUI_RenderFormat.h.
| bool operator!= | ( | PixelFormat const & | a, |
| PixelFormat const & | b | ||
| ) | [friend] |
Definition at line 70 of file MyGUI_RenderFormat.h.
| bool operator== | ( | PixelFormat const & | a, |
| PixelFormat const & | b | ||
| ) | [friend] |
Definition at line 65 of file MyGUI_RenderFormat.h.
1.7.6.1