wxPdfDocument 0.9.2
|
Class representing spot colours. More...
#include <pdfspotcolour.h>
Public Member Functions | |
wxPdfSpotColour (int index, double cyan, double magenta, double yellow, double black) | |
Constructor for spot colour. | |
wxPdfSpotColour (const wxPdfSpotColour &colour) | |
Copy constructor. | |
void | SetObjIndex (int index) |
Set object index. | |
int | GetObjIndex () const |
Get object index. | |
int | GetIndex () const |
Get spot colour index. | |
double | GetCyan () const |
Get cyan level. | |
double | GetMagenta () const |
Get magenta level. | |
double | GetYellow () const |
Get yellow level. | |
double | GetBlack () const |
Get black level. |
Class representing spot colours.
wxPdfSpotColour::wxPdfSpotColour | ( | int | index, |
double | cyan, | ||
double | magenta, | ||
double | yellow, | ||
double | black | ||
) |
Constructor for spot colour.
wxPdfSpotColour::wxPdfSpotColour | ( | const wxPdfSpotColour & | colour | ) |
Copy constructor.
double wxPdfSpotColour::GetBlack | ( | ) | const [inline] |
Get black level.
double wxPdfSpotColour::GetCyan | ( | ) | const [inline] |
Get cyan level.
int wxPdfSpotColour::GetIndex | ( | ) | const [inline] |
Get spot colour index.
double wxPdfSpotColour::GetMagenta | ( | ) | const [inline] |
Get magenta level.
int wxPdfSpotColour::GetObjIndex | ( | ) | const [inline] |
Get object index.
double wxPdfSpotColour::GetYellow | ( | ) | const [inline] |
Get yellow level.
void wxPdfSpotColour::SetObjIndex | ( | int | index | ) | [inline] |
Set object index.