#include <pdfproperties.h>
Public Member Functions | |
| wxPdfSpotColour (int index, double cyan, double magenta, double yellow, double black) | |
| Constructor for spot color. | |
| wxPdfSpotColour (const wxPdfSpotColour &color) | |
| Copy constructor. | |
| void | SetObjIndex (int index) |
| Set object index. | |
| int | GetObjIndex () const |
| Get object index. | |
| int | GetIndex () const |
| Get spot color 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. | |
| wxPdfSpotColour::wxPdfSpotColour | ( | int | index, | |
| double | cyan, | |||
| double | magenta, | |||
| double | yellow, | |||
| double | black | |||
| ) |
Constructor for spot color.
| wxPdfSpotColour::wxPdfSpotColour | ( | const wxPdfSpotColour & | color | ) |
Copy constructor.
| void wxPdfSpotColour::SetObjIndex | ( | int | index | ) | [inline] |
Set object index.
| int wxPdfSpotColour::GetObjIndex | ( | ) | const [inline] |
Get object index.
| int wxPdfSpotColour::GetIndex | ( | ) | const [inline] |
Get spot color index.
| double wxPdfSpotColour::GetCyan | ( | ) | const [inline] |
Get cyan level.
| double wxPdfSpotColour::GetMagenta | ( | ) | const [inline] |
Get magenta level.
| double wxPdfSpotColour::GetYellow | ( | ) | const [inline] |
Get yellow level.
| double wxPdfSpotColour::GetBlack | ( | ) | const [inline] |
Get black level.
1.5.1-p1