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

PdfRGB. More...

#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

Detailed Description

PdfRGB.

RGB color representation.

Constructor & Destructor Documentation

◆ _PdfRGB()

_PdfRGB::_PdfRGB ( )
inline

Member Function Documentation

◆ operator<()

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

◆ operator==()

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

Member Data Documentation

◆ b

int _PdfRGB::b

Blue component from 0 to 255.

◆ g

int _PdfRGB::g

Green component from 0 to 255.

◆ r

int _PdfRGB::r

Red component from 0 to 255.