FIFE
|
Public Attributes | |
uint8_t | r |
uint8_t | g |
uint8_t | b |
uint8_t | a |
Definition at line 38 of file sdlblendingfunctions.cpp.
uint8_t FIFE::ColorRGBA8::a |
Definition at line 39 of file sdlblendingfunctions.cpp.
Referenced by FIFE::SDL_BlendRow_RGBA8_to_RGB565(), FIFE::SDL_BlendRow_RGBA8_to_RGB8(), and FIFE::SDL_BlendRow_RGBA8_to_RGBA8().
uint8_t FIFE::ColorRGBA8::b |
Definition at line 39 of file sdlblendingfunctions.cpp.
Referenced by FIFE::SDL_BlendRow_RGBA8_to_RGB565(), FIFE::SDL_BlendRow_RGBA8_to_RGB8(), and FIFE::SDL_BlendRow_RGBA8_to_RGBA8().
uint8_t FIFE::ColorRGBA8::g |
Definition at line 39 of file sdlblendingfunctions.cpp.
Referenced by FIFE::SDL_BlendRow_RGBA8_to_RGB565(), FIFE::SDL_BlendRow_RGBA8_to_RGB8(), and FIFE::SDL_BlendRow_RGBA8_to_RGBA8().
uint8_t FIFE::ColorRGBA8::r |
Definition at line 39 of file sdlblendingfunctions.cpp.
Referenced by FIFE::SDL_BlendRow_RGBA8_to_RGB565(), FIFE::SDL_BlendRow_RGBA8_to_RGB8(), and FIFE::SDL_BlendRow_RGBA8_to_RGBA8().