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