PDFix SDK  9.0.0
Loading...
Searching...
No Matches
_PdfCMYK Struct Reference

PdfCMYK. More...

#include <pdfix.h>

Public Member Functions

 _PdfCMYK ()
bool operator== (const _PdfCMYK &other) const
bool operator< (const _PdfCMYK &other) const

Public Attributes

int c
int m
int y
int k

Detailed Description

PdfCMYK.

CMYK color representation.

Constructor & Destructor Documentation

◆ _PdfCMYK()

_PdfCMYK::_PdfCMYK ( )
inline

Member Function Documentation

◆ operator<()

bool _PdfCMYK::operator< ( const _PdfCMYK & other) const
inline

◆ operator==()

bool _PdfCMYK::operator== ( const _PdfCMYK & other) const
inline

Member Data Documentation

◆ c

int _PdfCMYK::c

Cyan component from 0 to 255

◆ k

int _PdfCMYK::k

Black component from 0 to 255

◆ m

int _PdfCMYK::m

Magenta component from 0 to 255

◆ y

int _PdfCMYK::y

Yellow component from 0 to 255