#include <Color.h>
Public Member Functions | |
ColorRGBA () | |
ColorRGBA (Uint8 nRed, Uint8 nGreen, Uint8 nBlue, Uint8 nAlpha=255) | |
Public Attributes | |
Uint8 | m_nRed |
Uint8 | m_nGreen |
Uint8 | m_nBlue |
Uint8 | m_nAlpha |
EPOC::ColorRGBA::ColorRGBA | ( | ) | [inline] |
EPOC::ColorRGBA::ColorRGBA | ( | Uint8 | nRed, | |
Uint8 | nGreen, | |||
Uint8 | nBlue, | |||
Uint8 | nAlpha = 255 | |||
) | [inline] |
Uint8 EPOC::ColorRGBA::m_nRed |
Uint8 EPOC::ColorRGBA::m_nBlue |