Modifier and Type | Field and Description |
---|---|
private static final float | |
private static final float | |
private float | |
private float | |
private float | |
private float | |
private float | |
private float | |
private float | |
private float | |
private float |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | fromRGB(float
the red value. r, float the green value. g, float the blue value. b, float[] an array of result)float s containing three elements.Implements abstract com. Converts an RGB triple into the native color space of this
TIFFColorConverter, and stores the result in the first three
entries of the |
public void | toRGB(float
the value of channel 0. x0, float the value of channel 1. x1, float the value of channel 2. x2, float[] an array of rgb)float s containing three elements.Implements abstract com. Converts a triple in the native color space of this
TIFFColorConverter into an RGB triple, and stores the result in
the first three entries of the |
CODING_RANGE_CB_CR | back to summary |
---|---|
private static final float CODING_RANGE_CB_CR |
CODING_RANGE_Y | back to summary |
---|---|
private static final float CODING_RANGE_Y |
lumaBlue | back to summary |
---|---|
private float lumaBlue |
lumaGreen | back to summary |
---|---|
private float lumaGreen |
lumaRed | back to summary |
---|---|
private float lumaRed |
referenceBlackCb | back to summary |
---|---|
private float referenceBlackCb |
referenceBlackCr | back to summary |
---|---|
private float referenceBlackCr |
referenceBlackY | back to summary |
---|---|
private float referenceBlackY |
referenceWhiteCb | back to summary |
---|---|
private float referenceWhiteCb |
referenceWhiteCr | back to summary |
---|---|
private float referenceWhiteCr |
referenceWhiteY | back to summary |
---|---|
private float referenceWhiteY |
TIFFYCbCrColorConverter | back to summary |
---|---|
public TIFFYCbCrColorConverter(TIFFImageMetadata metadata) |
fromRGB | back to summary |
---|---|
public void fromRGB(float r, float g, float b, float[] result) Implements abstract com. Doc from com. Converts an RGB triple into the native color space of this
TIFFColorConverter, and stores the result in the first three
entries of the
|
toRGB | back to summary |
---|---|
public void toRGB(float x0, float x1, float x2, float[] rgb) Implements abstract com. Doc from com. Converts a triple in the native color space of this
TIFFColorConverter into an RGB triple, and stores the result in
the first three entries of the
|