![]() |
PDFix SDK
7.2.0
|
PdfCMYK. More...
#include <pdfix.h>
Public Member Functions | |
bool | operator== (const _PdfCMYK &other) const |
bool | operator< (const _PdfCMYK &other) const |
Public Attributes | |
int | c |
int | m |
int | y |
int | k |
PdfCMYK.
CMYK color representation.
int _PdfCMYK::c |
Cyan component from 0 to 255
int _PdfCMYK::k |
Black component from 0 to 255
int _PdfCMYK::m |
Magenta component from 0 to 255
int _PdfCMYK::y |
Yellow component from 0 to 255