Share via


Toolkit.getColorModel

Class Overview | Class Members | This Package | All Packages

Syntax

public abstract ColorModel getColorModel()

Returns

the color model of this toolkit's screen.

Description

Determines the color model of this toolkit's screen.

ColorModel is an abstract class that encapsulates the ability to translate between the pixel values of an image and its red, green, blue, and alpha components.

This toolkit method is called by the getColorModel method of the Component class.

See Also

ColorModel, getColorModel