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

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
 

Detailed Description

PdfCMYK.

CMYK color representation.

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