#include <CDRTypes.h>
Public Member Functions | |
CDRColor () | |
CDRColor (unsigned short colorModel, unsigned colorValue) | |
Public Attributes | |
unsigned short | m_colorModel |
unsigned | m_colorValue |
libcdr::CDRColor::CDRColor | ( | ) | [inline] |
libcdr::CDRColor::CDRColor | ( | unsigned short | colorModel, |
unsigned | colorValue | ||
) | [inline] |
unsigned short libcdr::CDRColor::m_colorModel |
Referenced by libcdr::CDRParserState::_getRGBColor(), and libcdr::CDRParserState::getBMPColor().
unsigned libcdr::CDRColor::m_colorValue |
Referenced by libcdr::CDRParserState::_getRGBColor(), and libcdr::CDRParserState::getBMPColor().