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

PdfGray. More...

#include <pdfix.h>

Public Member Functions

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

Public Attributes

int gray

Detailed Description

PdfGray.

Grayscale color representation.

Constructor & Destructor Documentation

◆ _PdfGray()

_PdfGray::_PdfGray ( )
inline

Member Function Documentation

◆ operator<()

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

◆ operator==()

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

Member Data Documentation

◆ gray

int _PdfGray::gray

Gray value from 0 to 255.