CalGrayColorSpace Class Documentation

classCalGrayColorSpace : ColorSpace

Namespace:Datalogics::PDFL

Inherits from:
ColorSpace

Detailed Description

A calibrated gray color space.

A CalGray color space is a special case of a single-component CIE-based color space, known as a CIE-based A color space.

This type of space is the one-dimensional (and usually achromatic) analog of CIE-based ABC spaces.

Referenced by

Constructor & Destructor Documentation

CalGrayColorSpace

CalGrayColorSpace(System.Collections.Generic.IList< System.Double >whitePoint)

Parameters

whitePoint: System.Collections.Generic.IList< System.Double >

An array of three numbers specifying the tristimulus value, in the CIE 1931 XYZ space, of the diffuse white point. The numbers X and Z must be positive, and Y must be equal to 1.0.

Create a CalGray color space.

The blackPoint defaults to [0.0, 0.0, 0.0].

The gamma defaults to 1

CalGrayColorSpace

CalGrayColorSpace(System.Collections.Generic.IList< System.Double >whitePoint, System.Collections.Generic.IList< System.Double >blackPoint, doublegamma)

Parameters

whitePoint: System.Collections.Generic.IList< System.Double >

An array of three numbers specifying the tristimulus value, in the CIE 1931 XYZ space, of the diffuse white point. The numbers X and Z must be positive, and Y must be equal to 1.0.

blackPoint: System.Collections.Generic.IList< System.Double >

An array of three numbers specifying the tristimulus value, in the CIE 1931 XYZ space, of the diffuse black point. All three of these numbers must be non-negative.

gamma: double

A number G defining the gamma for the gray component. G must be positive and is generally greater than or equal to 1.

Create a CalGray color space.

Property Documentation

BlackPoint

System.Collections.Generic.IList< System.Double >BlackPoint[get]

DeviceCMYK

static ColorSpaceDeviceCMYK[get]

DeviceGray

static ColorSpaceDeviceGray[get]

DeviceRGB

static ColorSpaceDeviceRGB[get]

DeviceRGBA

static ColorSpaceDeviceRGBA[get]

Gamma

doubleGamma[get]

Lab

static ColorSpaceLab[get]

LabA

static ColorSpaceLabA[get]

Name

stringName[get]

NumComponents

intNumComponents[get]

PDFObject

PDFObjectPDFObject[get]

WhitePoint

System.Collections.Generic.IList< System.Double >WhitePoint[get]

Member Function Documentation

ConstructorRetrieve

static new static CalGrayColorSpaceConstructorRetrieve(System.IntPtrignored)

Parameters

ignored: System.IntPtr

Returns:

new static CalGrayColorSpace

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

Equals

override boolEquals(objectobj)

Parameters

obj: object

Returns:

override bool

ToString

override stringToString()

Returns:

override string

Convert a colorSpace to a string.