ManaPlus
Data Fields
tColorRGBA Struct Reference

A 32 bit RGBA pixel. More...

Data Fields

Uint8 r
 
Uint8 g
 
Uint8 b
 
Uint8 a
 

Detailed Description

A 32 bit RGBA pixel.

Definition at line 48 of file SDL2_rotozoom.cpp.

Field Documentation

◆ a

Uint8 tColorRGBA::a

Definition at line 53 of file SDL2_rotozoom.cpp.

Referenced by _shrinkSurfaceRGBA(), _transformSurfaceRGBA(), and _zoomSurfaceRGBA().

◆ b

Uint8 tColorRGBA::b

Definition at line 52 of file SDL2_rotozoom.cpp.

Referenced by _shrinkSurfaceRGBA(), _transformSurfaceRGBA(), and _zoomSurfaceRGBA().

◆ g

Uint8 tColorRGBA::g

Definition at line 51 of file SDL2_rotozoom.cpp.

Referenced by _shrinkSurfaceRGBA(), _transformSurfaceRGBA(), and _zoomSurfaceRGBA().

◆ r

Uint8 tColorRGBA::r

Definition at line 50 of file SDL2_rotozoom.cpp.

Referenced by _shrinkSurfaceRGBA(), _transformSurfaceRGBA(), and _zoomSurfaceRGBA().


The documentation for this struct was generated from the following file: