![]() |
PDFix SDK
6.5.0
|
PdfRGB. More...
Public Member Functions | |
bool | operator== (const _PdfRGB &other) const |
bool | operator< (const _PdfRGB &other) const |
Public Attributes | |
int | r |
int | g |
int | b |
PdfRGB.
RGB color representation.
int _PdfRGB::b |
Blue component from 0 to 255.
int _PdfRGB::g |
Green component from 0 to 255.
int _PdfRGB::r |
Red component from 0 to 255.