org.apache.batik.ext.awt.image.rendered
public class Any2LumRed extends AbstractRed
| Constructor Summary | |
|---|---|
| Any2LumRed(CachableRed src)
Construct a luminace image from src.
| |
| Method Summary | |
|---|---|
| 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.
|
Parameters: src The image to convert to a luminance image