![]() |
PDFix SDK
9.0.0
|
#include <pdfix.h>
Public Member Functions | |
| _PdfRGB () | |
| bool | operator== (const _PdfRGB &other) const |
| bool | operator< (const _PdfRGB &other) const |
Public Attributes | |
| int | r |
| int | g |
| int | b |
RGB color representation.
|
inline |
|
inline |
|
inline |
| 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.