|
PDFTool
7.0
|
PDFのDeviceCMYK色を表現したクラスです。 More...
#include <PtlColorDeviceCMYK.h>


Public Member Functions | |
| PtlColorDeviceCMYK () | |
| コンストラクタ More... | |
| PtlColorDeviceCMYK (float c, float m, float y, float k) | |
| コンストラクタ More... | |
| PtlColorDeviceCMYK (const PtlColorDeviceCMYK &obj) | |
| コピーコンストラクタ More... | |
| ‾PtlColorDeviceCMYK () | |
| デストラクタ | |
| PtlColorDeviceCMYK & | operator= (const PtlColorDeviceCMYK &obj) |
| コピーオペレータ More... | |
| float | getC () const |
| シアンの値を取得。 More... | |
| void | setC (float c) |
| シアンの値を設定。 More... | |
| float | getM () const |
| マゼンタの値を取得。 More... | |
| void | setM (float m) |
| マゼンタの値を設定。 More... | |
| float | getY () const |
| 黄の値を取得。 More... | |
| void | setY (float y) |
| 黄の値を設定。 More... | |
| float | getK () const |
| 色調の値を取得。 More... | |
| void | setK (float k) |
| 色調の値を設定。 More... | |
Public Member Functions inherited from PdfTk::PtlColor | |
| int | getHandle () const |
| PtlColor () | |
| コンストラクタ More... | |
| PtlColor (COLOR_TYPE type) | |
| コンストラクタ More... | |
| PtlColor (const PtlColor &obj) | |
| コピーコンストラクタ More... | |
| virtual | ‾PtlColor () |
| デストラクタ | |
| PtlColor & | operator= (const PtlColor &obj) |
| コピーオペレータ More... | |
| COLOR_TYPE | getType () const |
| 色タイプを取得。 More... | |
| PtlColorSpace::COLOR_SPACE_TYPE | getCSType () const |
| カラースペースタイプを取得。 More... | |
Additional Inherited Members | |
Public Types inherited from PdfTk::PtlColor | |
| enum | COLOR_TYPE { TYPE_NONE = 0, TYPE_DEVICE_GRAY = 1, TYPE_DEVICE_RGB = 2, TYPE_DEVICE_CMYK = 3, TYPE_UNKNOWN = 100 } |
| 色のタイプ More... | |
Protected Attributes inherited from PdfTk::PtlColor | |
| int | m_dataColor |
PDFのDeviceCMYK色を表現したクラスです。
| PdfTk::PtlColorDeviceCMYK::PtlColorDeviceCMYK | ( | ) |
コンストラクタ
| PtlException |
| PdfTk::PtlColorDeviceCMYK::PtlColorDeviceCMYK | ( | float | c, |
| float | m, | ||
| float | y, | ||
| float | k | ||
| ) |
コンストラクタ
| c | シアンの値。0.0から1.0までの値。0.0がシアンなし、1.0が最大のシアン。 |
| m | マゼンタの値。0.0から1.0までの値。0.0がマゼンタなし、1.0が最大のマゼンタ。 |
| y | 黄の値。0.0から1.0までの値。0.0が黄なし、1.0が最大の黄。 |
| k | 黒の値。0.0から1.0までの値。0.0が黒なし、1.0が最大の黒。 |
| PtlException |
| PdfTk::PtlColorDeviceCMYK::PtlColorDeviceCMYK | ( | const PtlColorDeviceCMYK & | obj | ) |
| float PdfTk::PtlColorDeviceCMYK::getC | ( | ) | const |
| float PdfTk::PtlColorDeviceCMYK::getK | ( | ) | const |
| float PdfTk::PtlColorDeviceCMYK::getM | ( | ) | const |
| float PdfTk::PtlColorDeviceCMYK::getY | ( | ) | const |
| PtlColorDeviceCMYK& PdfTk::PtlColorDeviceCMYK::operator= | ( | const PtlColorDeviceCMYK & | obj | ) |
コピーオペレータ
| obj | コピー元オブジェクト。 |
| void PdfTk::PtlColorDeviceCMYK::setC | ( | float | c | ) |
| void PdfTk::PtlColorDeviceCMYK::setK | ( | float | k | ) |
| void PdfTk::PtlColorDeviceCMYK::setM | ( | float | m | ) |
| void PdfTk::PtlColorDeviceCMYK::setY | ( | float | y | ) |
1.8.18