Device Cyan-Magenta-Yellow-Key color value [PDF:1.6:4.5.3]. More...
Public Member Functions | |
| virtual object | Clone (Document context) |
| Gets a clone of the object, registered inside the given document context. | |
| override object | Clone (Document context) |
| virtual bool | Delete () |
| Removes the object from its document context. | |
| DeviceCMYKColor (double c, double m, double y, double k) | |
| override bool | Equals (object obj) |
| sealed override int | GetHashCode () |
Static Public Member Functions | |
| static new DeviceCMYKColor | Get (PdfArray components) |
| Gets the color corresponding to the specified components. | |
| static PdfDirectObject | GetBaseObject (PdfObjectWrapper wrapper) |
| Gets the PDF object backing the specified wrapper. | |
Static Public Attributes | |
| static readonly DeviceCMYKColor | Black = new DeviceCMYKColor(0,0,0,1) |
| static readonly DeviceCMYKColor | Default = Black |
| static readonly DeviceCMYKColor | White = new DeviceCMYKColor(0,0,0,0) |
Protected Member Functions | |
| void | CheckCompatibility (object feature) |
| Checks whether the specified feature is compatible with the document's conformance version. | |
| double | GetComponentValue (int index) |
| Gets the specified color component. | |
| virtual PdfString | RetrieveName () |
| Retrieves the name possibly associated to this object, walking through the document's name dictionary. | |
| PdfDirectObject | RetrieveNamedBaseObject () |
| Retrieves the object name, if available; otherwise, behaves like PdfObjectWrapper.BaseObject. | |
| void | SetComponentValue (int index, double value) |
Static Protected Member Functions | |
| static double | NormalizeComponent (double value) |
| Gets the normalized value of a color component [PDF:1.6:4.5.1]. | |
Properties | |
| PdfArray | BaseArray [get] |
| virtual PdfDirectObject | BaseObject [get, set] |
| double | C [get, set] |
| Gets/Sets the cyan component. | |
| ColorSpace | ColorSpace [get] |
| sealed override IList < PdfDirectObject > | Components [get] |
| Gets the components defining this color value. | |
| PdfIndirectObject | Container [get] |
| Gets the indirect object containing the base object. | |
| PdfIndirectObject | DataContainer [get] |
| Gets the indirect object containing the base data object. | |
| Document | Document [get] |
| Gets the document context. | |
| File | File [get] |
| Gets the file context. | |
| double | K [get, set] |
| Gets/Sets the black (key) component. | |
| double | M [get, set] |
| Gets/Sets the magenta component. | |
| double | Y [get, set] |
| Gets/Sets the yellow component. | |
Device Cyan-Magenta-Yellow-Key color value [PDF:1.6:4.5.3].
The 'Key' component is renamed 'Black' to avoid semantic ambiguities.
| org.pdfclown.documents.contents.colorSpaces.DeviceCMYKColor.DeviceCMYKColor | ( | double | c, | |
| double | m, | |||
| double | y, | |||
| double | k | |||
| ) |
| void org.pdfclown.objects.PdfObjectWrapper.CheckCompatibility | ( | object | feature | ) | [protected, inherited] |
Checks whether the specified feature is compatible with the document's conformance version.
| feature | Entity whose compatibility has to be checked. Supported types:
|
| virtual object org.pdfclown.objects.PdfObjectWrapper.Clone | ( | Document | context | ) | [virtual, inherited] |
Gets a clone of the object, registered inside the given document context.
| context | Which document the clone has to be registered in. |
| override object org.pdfclown.documents.contents.colorSpaces.DeviceCMYKColor.Clone | ( | Document | context | ) |
| virtual bool org.pdfclown.objects.PdfObjectWrapper.Delete | ( | ) | [virtual, inherited] |
Removes the object from its document context.
The object is no more usable after this method returns.
| override bool org.pdfclown.documents.contents.colorSpaces.LeveledColor.Equals | ( | object | obj | ) | [inherited] |
Reimplemented from org.pdfclown.objects.PdfObjectWrapper< PdfDataObject >.
| static new DeviceCMYKColor org.pdfclown.documents.contents.colorSpaces.DeviceCMYKColor.Get | ( | PdfArray | components | ) | [static] |
Gets the color corresponding to the specified components.
| components | Color components to convert. |
Reimplemented from org.pdfclown.documents.contents.colorSpaces.DeviceColor.
| static PdfDirectObject org.pdfclown.objects.PdfObjectWrapper.GetBaseObject | ( | PdfObjectWrapper< PdfDataObject > | wrapper | ) | [static, inherited] |
Gets the PDF object backing the specified wrapper.
| wrapper | Object to extract the base from. |
| double org.pdfclown.documents.contents.colorSpaces.LeveledColor.GetComponentValue | ( | int | index | ) | [protected, inherited] |
Gets the specified color component.
| index | Component index. |
| sealed override int org.pdfclown.documents.contents.colorSpaces.LeveledColor.GetHashCode | ( | ) | [inherited] |
Reimplemented from org.pdfclown.objects.PdfObjectWrapper< PdfDataObject >.
| static double org.pdfclown.documents.contents.colorSpaces.Color.NormalizeComponent | ( | double | value | ) | [static, protected, inherited] |
| virtual PdfString org.pdfclown.objects.PdfObjectWrapper.RetrieveName | ( | ) | [protected, virtual, inherited] |
Retrieves the name possibly associated to this object, walking through the document's name dictionary.
| PdfDirectObject org.pdfclown.objects.PdfObjectWrapper.RetrieveNamedBaseObject | ( | ) | [protected, inherited] |
Retrieves the object name, if available; otherwise, behaves like PdfObjectWrapper.BaseObject.
| void org.pdfclown.documents.contents.colorSpaces.LeveledColor.SetComponentValue | ( | int | index, | |
| double | value | |||
| ) | [protected, inherited] |
readonly DeviceCMYKColor org.pdfclown.documents.contents.colorSpaces.DeviceCMYKColor.Black = new DeviceCMYKColor(0,0,0,1) [static] |
readonly DeviceCMYKColor org.pdfclown.documents.contents.colorSpaces.DeviceCMYKColor.Default = Black [static] |
readonly DeviceCMYKColor org.pdfclown.documents.contents.colorSpaces.DeviceCMYKColor.White = new DeviceCMYKColor(0,0,0,0) [static] |
PdfArray org.pdfclown.documents.contents.colorSpaces.LeveledColor.BaseArray [get, protected, inherited] |
virtual PdfDirectObject org.pdfclown.objects.PdfObjectWrapper.BaseObject [get, set, inherited] |
Gets the underlying reference object, if available; otherwise, gets the underlying data object.
double org.pdfclown.documents.contents.colorSpaces.DeviceCMYKColor.C [get, set] |
Gets/Sets the cyan component.
Referenced by org.pdfclown.documents.contents.colorSpaces.DeviceCMYKColorSpace.GetPaint().
ColorSpace org.pdfclown.documents.contents.colorSpaces.Color.ColorSpace [get, inherited] |
sealed override IList<PdfDirectObject> org.pdfclown.documents.contents.colorSpaces.LeveledColor.Components [get, inherited] |
Gets the components defining this color value.
Reimplemented from org.pdfclown.documents.contents.colorSpaces.Color.
PdfIndirectObject org.pdfclown.objects.PdfObjectWrapper.Container [get, inherited] |
Gets the indirect object containing the base object.
PdfIndirectObject org.pdfclown.objects.PdfObjectWrapper.DataContainer [get, inherited] |
Gets the indirect object containing the base data object.
Document org.pdfclown.objects.PdfObjectWrapper.Document [get, inherited] |
Gets the document context.
File org.pdfclown.objects.PdfObjectWrapper.File [get, inherited] |
Gets the file context.
double org.pdfclown.documents.contents.colorSpaces.DeviceCMYKColor.K [get, set] |
Gets/Sets the black (key) component.
Referenced by org.pdfclown.documents.contents.colorSpaces.DeviceCMYKColorSpace.GetPaint().
double org.pdfclown.documents.contents.colorSpaces.DeviceCMYKColor.M [get, set] |
Gets/Sets the magenta component.
Referenced by org.pdfclown.documents.contents.colorSpaces.DeviceCMYKColorSpace.GetPaint().
double org.pdfclown.documents.contents.colorSpaces.DeviceCMYKColor.Y [get, set] |
Gets/Sets the yellow component.
Referenced by org.pdfclown.documents.contents.colorSpaces.DeviceCMYKColorSpace.GetPaint().
Copyright 2006-2013 Stefano Chizzolini. For more information, please visit PDF Clown home page.
Generated on Sat Feb 9 21:08:30 2013 for PDF Clown 0.1.2 by
1.6.3