Package com.twelvemonkeys.imageio.color
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 java.awt.image.ColorModel
pixel_bits, transferType
Fields inherited from interface java.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT
-
Constructor Summary
ConstructorsConstructorDescriptionInt16ComponentColorModel
(ColorSpace cs, boolean hasAlpha, boolean isAlphaPremultiplied) -
Method Summary
Methods inherited from class java.awt.image.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, isCompatibleSampleModel
Methods inherited from class java.awt.image.ColorModel
finalize, getColorSpace, getComponentSize, getComponentSize, getNumColorComponents, getNumComponents, getPixelSize, getRGBdefault, getTransferType, getTransparency, hasAlpha, isAlphaPremultiplied, toString
-
Constructor Details
-
Int16ComponentColorModel
-
-
Method Details
-
getRed
- Overrides:
getRed
in classComponentColorModel
-
getGreen
- Overrides:
getGreen
in classComponentColorModel
-
getBlue
- Overrides:
getBlue
in classComponentColorModel
-