ColorValueConverter Class Documentation

classColorValueConverter

Namespace:com::datalogics::PDFL

Detailed Description

This class contains methods used to convert sets of values from one Colorspace to another.

Constructor & Destructor Documentation

ColorValueConverter

ColorValueConverter()

This class contains methods used to convert sets of values from one Colorspace to another.

Member Function Documentation

DisposeChildren

voidDisposeChildren()

Returns:

void

[static initializer]

static void[static initializer]()

convertValues

byte[]convertValues(ColorProfilesourceColorProfile, ColorProfiledestinationColorProfile, RenderIntentintent, longnumberOfInputValueSets, byte[]inputValueSets)

Parameters

sourceColorProfile: ColorProfile

The Color Profile to be used for input values.

destinationColorProfile: ColorProfile

The Color Profile to be used for output values.

intent: RenderIntent

The Render Intent used during the conversion.

numberOfInputValueSets: long

The number of sets of input values to be converted.

inputValueSets: byte[]

The input values to be converted which are divided into sets, e.g., <255 140 0 0 120 0 60 0> would represent 2 sets of CMYK colors: [255 140 0 0] and [120 0 60 0] and numberOfInputValueSets should be 2.

Returns:

byte[]

Converts sets of values from a Source ColorSpace to a Destination colorspace using a specified Render Intent.

convertValues

byte[]convertValues(ColorProfilesourceColorProfile, StringdestinationColorProfilePath, RenderIntentintent, longnumberOfInputValueSets, byte[]inputValueSets)

Parameters

sourceColorProfile: ColorProfile

The Color Profile to be used for input values.

destinationColorProfilePath: String

The Color Profile to be used for output values, loaded from a path on disk.

intent: RenderIntent

The Render Intent used during the conversion.

numberOfInputValueSets: long

The number of sets of input values to be converted.

inputValueSets: byte[]

The input values to be converted which are divided into sets, e.g., <255 140 0 0 120 0 60 0> would represent 2 sets of CMYK colors: [255 140 0 0] and [120 0 60 0] and numberOfInputValueSets should be 2.

Returns:

byte[]

Converts sets of values from a Source ColorSpace to a Destination colorspace using a specified Render Intent.

convertValues

byte[]convertValues(StringsourceColorProfilePath, ColorProfiledestinationColorProfile, RenderIntentintent, longnumberOfInputValueSets, byte[]inputValueSets)

Parameters

sourceColorProfilePath: String

The Color Profile to be used for input values, loaded from a path on disk.

destinationColorProfile: ColorProfile

The Color Profile to be used for output values.

intent: RenderIntent

The Render Intent used during the conversion.

numberOfInputValueSets: long

The number of sets of input values to be converted.

inputValueSets: byte[]

The input values to be converted which are divided into sets, e.g., <255 140 0 0 120 0 60 0> would represent 2 sets of CMYK colors: [255 140 0 0] and [120 0 60 0] and numberOfInputValueSets should be 2.

Returns:

byte[]

Converts sets of values from a Source ColorSpace to a Destination colorspace using a specified Render Intent.

convertValues

byte[]convertValues(StringsourceColorProfilePath, StringdestinationColorProfilePath, RenderIntentintent, longnumberOfInputValueSets, byte[]inputValueSets)

Parameters

sourceColorProfilePath: String

The Color Profile to be used for input values, loaded from a path on disk.

destinationColorProfilePath: String

The Color Profile to be used for output values, loaded from a path on disk.

intent: RenderIntent

The Render Intent used during the conversion.

numberOfInputValueSets: long

The number of sets of input values to be converted.

inputValueSets: byte[]

The input values to be converted which are divided into sets, e.g. < 255 140 0 0 120 0 60 0 > would represent 2 sets of CMYK colors: [255 140 0 0] and [120 0 60 0] and numberOfInputValueSets should be 2.

Returns:

byte[]

Converts sets of values from a Source ColorSpace to a Destination colorspace using a specified Render Intent.

delete

synchronized voiddelete(Booleandisposing)

Parameters

disposing: Boolean

Returns:

synchronized void

delete

synchronized voiddelete()

Returns:

synchronized void

finalize

voidfinalize()

Returns:

void