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

PdfRGB. More...

#include <pdfix.h>

Public Member Functions

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.

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.