ColorValueConverter Class Documentation
classColorValueConverterNamespace: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: ColorProfileThe Color Profile to be used for input values.
destinationColorProfile: ColorProfileThe Color Profile to be used for output values.
intent: RenderIntentThe Render Intent used during the conversion.
numberOfInputValueSets: longThe 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: ColorProfileThe Color Profile to be used for input values.
destinationColorProfilePath: StringThe Color Profile to be used for output values, loaded from a path on disk.
intent: RenderIntentThe Render Intent used during the conversion.
numberOfInputValueSets: longThe 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: StringThe Color Profile to be used for input values, loaded from a path on disk.
destinationColorProfile: ColorProfileThe Color Profile to be used for output values.
intent: RenderIntentThe Render Intent used during the conversion.
numberOfInputValueSets: longThe 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: StringThe Color Profile to be used for input values, loaded from a path on disk.
destinationColorProfilePath: StringThe Color Profile to be used for output values, loaded from a path on disk.
intent: RenderIntentThe Render Intent used during the conversion.
numberOfInputValueSets: longThe 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 voiddelete
synchronized voiddelete()Returns:
synchronized voidfinalize
voidfinalize()Returns:
void