NamedColorSpace Class Documentation
classNamedColorSpace : ColorSpaceNamespace:Datalogics::PDFL
- Inherits from:
ColorSpace
Detailed Description
Class used to define the color space in use.
Referenced by
Uses types
Constructor & Destructor Documentation
NamedColorSpace
NamedColorSpace(NamedColorSpacerhs, InternalConstructsignifier)Parameters
rhs: NamedColorSpacesignifier: InternalConstruct
NamedColorSpace
NamedColorSpace(stringname)Parameters
name: stringthe name of the color space.
Create a named color space with the given name, e.g. DeviceRGB
NamedColorSpace
NamedColorSpace(stringname, boolarg1)Parameters
name: stringarg1: bool
Special constructor with bool flag; calling this one makes a global named color space. Used in the ColorSpace class constructor in Java.
Property Documentation
DeviceCMYK
static ColorSpaceDeviceCMYK[get]DeviceGray
static ColorSpaceDeviceGray[get]DeviceRGB
static ColorSpaceDeviceRGB[get]DeviceRGBA
static ColorSpaceDeviceRGBA[get]Lab
static ColorSpaceLab[get]LabA
static ColorSpaceLabA[get]Name
stringName[get]NumComponents
intNumComponents[get]PDFObject
PDFObjectPDFObject[get]Member Function Documentation
ConstructorRetrieve
static new static NamedColorSpaceConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
new static NamedColorSpaceDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
voidEquals
override boolEquals(objectobj)Parameters
obj: object
Returns:
override boolMakeDeviceCMYK
static NamedColorSpaceMakeDeviceCMYK()Returns:
NamedColorSpaceMakeDeviceGray
static NamedColorSpaceMakeDeviceGray()Returns:
NamedColorSpaceMakeDeviceRGB
static NamedColorSpaceMakeDeviceRGB()Returns:
NamedColorSpaceMakeDeviceRGBA
static NamedColorSpaceMakeDeviceRGBA()Returns:
NamedColorSpaceSameTypeEquals
boolSameTypeEquals(ColorSpaceother)Parameters
other: ColorSpace
Returns:
boolSameTypeEquals
boolSameTypeEquals(NamedColorSpaceother)Parameters
other: NamedColorSpace
Returns:
boolToString
override stringToString()Returns:
override stringConvert a colorSpace to a string.
operator!=
static booloperator!=(ColorSpacea, ColorSpaceb)Parameters
a: ColorSpaceb: ColorSpace
Returns:
booloperator==
static booloperator==(ColorSpacea, ColorSpaceb)Parameters
a: ColorSpaceb: ColorSpace
Returns:
bool