Example usage for Java java.awt.image ComponentColorModel fields, constructors, methods, implement or subclass
The text is from its open source code.
ComponentColorModel(ColorSpace colorSpace, int[] bits, boolean hasAlpha, boolean isAlphaPremultiplied, int transparency, int transferType) Constructs a ComponentColorModel from the specified parameters. | |
ComponentColorModel(ColorSpace colorSpace, boolean hasAlpha, boolean isAlphaPremultiplied, int transparency, int transferType) Constructs a ComponentColorModel from the specified parameters. |
ColorSpace | getColorSpace() Returns the ColorSpace associated with this ColorModel . |
int | getNumColorComponents() Returns the number of color components in this ColorModel . |
int | getTransferType() Returns the transfer type of this ColorModel . |
int | getTransparency() Returns the transparency. |
boolean | hasAlpha() Returns whether or not alpha is supported in this ColorModel . |