ManaPlus
|
A 32 bit RGBA pixel. More...
Data Fields | |
Uint8 | r |
Uint8 | g |
Uint8 | b |
Uint8 | a |
A 32 bit RGBA pixel.
Definition at line 48 of file SDL2_rotozoom.cpp.
Uint8 tColorRGBA::a |
Definition at line 53 of file SDL2_rotozoom.cpp.
Referenced by _shrinkSurfaceRGBA(), _transformSurfaceRGBA(), and _zoomSurfaceRGBA().
Uint8 tColorRGBA::b |
Definition at line 52 of file SDL2_rotozoom.cpp.
Referenced by _shrinkSurfaceRGBA(), _transformSurfaceRGBA(), and _zoomSurfaceRGBA().
Uint8 tColorRGBA::g |
Definition at line 51 of file SDL2_rotozoom.cpp.
Referenced by _shrinkSurfaceRGBA(), _transformSurfaceRGBA(), and _zoomSurfaceRGBA().
Uint8 tColorRGBA::r |
Definition at line 50 of file SDL2_rotozoom.cpp.
Referenced by _shrinkSurfaceRGBA(), _transformSurfaceRGBA(), and _zoomSurfaceRGBA().