#include <DXColor.h>
Public Attributes | |
byte | a |
byte | r |
byte | g |
byte | b |
byte DX::DXColor::a |
Value between 0 and 255 which is the alpha component of the color
byte DX::DXColor::b |
Value between 0 and 255 which is the blue component of the color
byte DX::DXColor::g |
Value between 0 and 255 which is the green component of the color
byte DX::DXColor::r |
Value between 0 and 255 which is the red component of the color