[]
This class constructs a LookUpTableFP from a RestrictedICCProfile.
The values in this table are used to calculate a second lookup table (simply a short []).
table. When this transform is applied to an input DataBlk, an output data block is
constructed by using the input samples as indices into the lookup table, whose values
are used to populate the output DataBlk.
public class MonochromeTransformTosRGB
Name | Description |
---|---|
MonochromeTransformTosRGB(RestrictedICCProfile, int, int) | Construct the lut from the RestrictedICCProfile. |
Name | Description |
---|---|
ksRGB8ReduceAfterExp | Transform parameter. |
ksRGB8ScaleAfterExp | Transform parameter. |
ksRGB8ShadowSlope | Transform parameter. |
ksRGBExponent | Transform parameter. |
ksRGBShadowCutoff | Transform parameter. |
ksRGBShadowSlope | Transform parameter. |
Name | Description |
---|---|
ToString() | String representation of class |
apply(DataBlkFloat, DataBlkFloat) | Populate the output block by looking up the values in the lut, using the input as lut indices. |
apply(DataBlkInt, DataBlkInt) | Populate the output block by looking up the values in the lut, using the input as lut indices. |