Class Int16ComponentColorModel
java.lang.Object
java.awt.image.ColorModel
java.awt.image.ComponentColorModel
com.twelvemonkeys.imageio.color.Int16ComponentColorModel
- All Implemented Interfaces:
Transparency
ComponentColorModel subclass that correctly handles full 16 bit
TYPE_SHORT signed integral samples.- Version:
- $Id: UInt32ColorModel.java,v 1.0 24.01.11 17.51 haraldk Exp$
- Author:
- Harald Kuhr, last modified by $Author: haraldk$
-
Field Summary
Fields inherited from class ColorModel
pixel_bits, transferTypeFields inherited from interface Transparency
BITMASK, OPAQUE, TRANSLUCENT -
Constructor Summary
ConstructorsConstructorDescriptionInt16ComponentColorModel(ColorSpace cs, boolean hasAlpha, boolean isAlphaPremultiplied) -
Method Summary
Methods inherited from class ComponentColorModel
coerceData, createCompatibleSampleModel, createCompatibleWritableRaster, equals, getAlpha, getAlpha, getAlphaRaster, getBlue, getComponents, getComponents, getDataElement, getDataElement, getDataElements, getDataElements, getDataElements, getGreen, getNormalizedComponents, getNormalizedComponents, getRed, getRGB, getRGB, getUnnormalizedComponents, hashCode, isCompatibleRaster, isCompatibleSampleModelMethods inherited from class ColorModel
getColorSpace, getComponentSize, getComponentSize, getNumColorComponents, getNumComponents, getPixelSize, getRGBdefault, getTransferType, getTransparency, hasAlpha, isAlphaPremultiplied, toString
-
Constructor Details
-
Int16ComponentColorModel
-
-
Method Details
-
getRed
- Overrides:
getRedin classComponentColorModel
-
getGreen
- Overrides:
getGreenin classComponentColorModel
-
getBlue
- Overrides:
getBluein classComponentColorModel
-