org.apache.batik.ext.awt.image.rendered
public class Any2sRGBRed extends AbstractRed
Constructor Summary | |
---|---|
Any2sRGBRed(CachableRed src)
Construct a luminace image from src.
|
Method Summary | |
---|---|
static WritableRaster | applyLut_INT(WritableRaster wr, int[] lut) |
WritableRaster | copyData(WritableRaster wr) |
protected static ColorModel | fixColorModel(CachableRed src)
This function 'fixes' the source's color model. |
protected static SampleModel | fixSampleModel(CachableRed src)
This function 'fixes' the source's sample model.
|
static boolean | is_INT_PACK_COMP(SampleModel sm) |
Parameters: src The image to convert to a luminance image