java.awt.image.RenderedImage, CachableRedpublic class Any2LsRGBRed extends AbstractRed
bounds, cm, minTileX, minTileY, numXTiles, numYTiles, props, sm, srcs, tileGridXOff, tileGridYOff, tileHeight, tileWidth| Constructor | Description |
|---|---|
Any2LsRGBRed(CachableRed src) |
Construct a luminace image from src.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.image.WritableRaster |
copyData(java.awt.image.WritableRaster wr) |
|
protected static java.awt.image.ColorModel |
fixColorModel(CachableRed src) |
This function 'fixes' the source's color model.
|
protected static java.awt.image.SampleModel |
fixSampleModel(CachableRed src) |
This function 'fixes' the source's sample model.
|
static double |
sRGBToLsRGB(double value) |
copyBand, copyToRaster, getBounds, getColorModel, getData, getData, getDependencyRegion, getDirtyRegion, getHeight, getMinTileX, getMinTileY, getMinX, getMinY, getNumXTiles, getNumYTiles, getProperty, getPropertyNames, getSampleModel, getSources, getTile, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, getWidth, getXTile, getYTile, init, init, makeTile, updateTileGridInfopublic Any2LsRGBRed(CachableRed src)
src - The image to convert to a luminance imagepublic static final double sRGBToLsRGB(double value)
public java.awt.image.WritableRaster copyData(java.awt.image.WritableRaster wr)
protected static java.awt.image.ColorModel fixColorModel(CachableRed src)
protected static java.awt.image.SampleModel fixSampleModel(CachableRed src)
Copyright 1999-2018 The Apache Software Foundation. All Rights Reserved.