#include <surface.h>
Public Member Functions | |
| DI_Color () | |
| DI_Color (const SDL_Color &c) | |
| DI_Color (Uint32 c) | |
| DI_Color (Uint8 r, Uint8 g, Uint8 b) | |
| DI_Color & | operator= (const SDL_Color &c) |
| DI_Color & | operator= (Uint32 c) |
| Uint32 | MapRGB (SDL_PixelFormat *format) const |
| Uint32 | MapRGBA (SDL_PixelFormat *format, Uint8 a) const |
| bool | operator!= (const DI_Color &c) const |
| bool | operator== (const DI_Color &c) const |
Definition at line 30 of file surface.h.
|
|
Definition at line 33 of file graphics/surface.cpp. |
|
|
Definition at line 39 of file graphics/surface.cpp. |
|
|
Definition at line 43 of file graphics/surface.cpp. |
|
||||||||||||||||
|
Definition at line 47 of file graphics/surface.cpp. |
|
|
|
|
||||||||||||
|
Definition at line 47 of file surface.h. Referenced by DamageBarWidget::eventBlit(). |
|
|
Definition at line 51 of file surface.h. References operator==(). |
|
|
Definition at line 59 of file graphics/surface.cpp. |
|
|
Definition at line 51 of file graphics/surface.cpp. |
|
|
Definition at line 55 of file surface.h. Referenced by operator!=(). |
1.4.2