ICCBasedColorSpace Class Documentation
classICCBasedColorSpace : ColorSpaceNamespace:Datalogics::PDFL
- Inherits from:
ColorSpace
Detailed Description
Works with the ICC color space.
The International Color Consortium (ICC) developed the ICC color space in 1993 to serve as a universal standard for for printing or presenting content with digital devices, and across all operating systems and platforms.
The ICC color standard applies regardless the hardware or software involved, and is used to make sure that color images and text appear properly on a wide variety of platforms.
Referenced by
Constructor & Destructor Documentation
ICCBasedColorSpace
ICCBasedColorSpace(ICCBasedColorSpacerhs, InternalConstructsignifier)Parameters
rhs: ICCBasedColorSpacesignifier: InternalConstruct
ICCBasedColorSpace
ICCBasedColorSpace(PDFStreamiccStream)Parameters
iccStream: PDFStreamstream containing the ICC profile
Create an ICC-based color stream.
ICCBasedColorSpace
ICCBasedColorSpace(PDFStreamiccStream, intnComps)Parameters
iccStream: PDFStreamstream containing the ICC profile
nComps: intThe number of components (1, 3, or 4)
Create an ICC-based color stream.
Property Documentation
Alternate
ColorSpaceAlternate[get, set]DeviceCMYK
static ColorSpaceDeviceCMYK[get]The DeviceCMYK color space, representing cyan, magenta, yellow, and black components.
DeviceGray
static ColorSpaceDeviceGray[get]The DeviceGray color space, representing a single grayscale component.
DeviceRGB
static ColorSpaceDeviceRGB[get]The DeviceRGB color space, representing red, green, and blue components.
DeviceRGBA
static ColorSpaceDeviceRGBA[get]The DeviceRGBA color space, representing red, green, blue, and alpha components.
Lab
static ColorSpaceLab[get]The CIE-based L*a*b* color space.
LabA
static ColorSpaceLabA[get]The CIE-based L*a*b* color space with an alpha component.
Name
stringName[get]NumComponents
intNumComponents[get]PDFObject
PDFObjectPDFObject[get]Range
System.Collections.Generic.IList< System.Double >Range[get, set]Stream
PDFStreamStream[get]Member Function Documentation
ConstructorRetrieve
static new static ICCBasedColorSpaceConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
new static ICCBasedColorSpaceDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
voidEquals
override boolEquals(objectobj)Parameters
obj: object
Returns:
override boolSameTypeEquals
boolSameTypeEquals(ColorSpaceother)Parameters
other: ColorSpace
Returns:
boolToString
override stringToString()Returns:
A string describing this ColorSpace.Convert a ColorSpace to a string representation.
operator!=
static booloperator!=(ColorSpacea, ColorSpaceb)Parameters
a: ColorSpaceThe first ColorSpace to compare.
b: ColorSpaceThe second ColorSpace to compare.
Returns:
true if the two ColorSpace objects are not equal; false otherwise.Test two ColorSpace objects for inequality.
operator==
static booloperator==(ColorSpacea, ColorSpaceb)Parameters
a: ColorSpaceThe first ColorSpace to compare.
b: ColorSpaceThe second ColorSpace to compare.
Returns:
true if the two ColorSpace objects are equal; false otherwise.Test two ColorSpace objects for equality.