Java java.awt.image ComponentColorModel fields, constructors, methods, implement or subclass

Example usage for Java java.awt.image ComponentColorModel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.image ComponentColorModel.

The text is from its open source code.

Constructor

Method

ColorSpacegetColorSpace()
Returns the ColorSpace associated with this ColorModel .
intgetNumColorComponents()
Returns the number of color components in this ColorModel .
intgetTransferType()
Returns the transfer type of this ColorModel .
intgetTransparency()
Returns the transparency.
booleanhasAlpha()
Returns whether or not alpha is supported in this ColorModel .