Color.getBlue

Overview | Methods | Fields | This Package | All Packages

Color.getBlue

Retrieves the blue component of the color.

Syntax

public int getBlue()

Return Value

Returns the blue component of the color.

Remarks

This method works identically for Color objects based on system colors or on RGB triplets.

See Also   getGreen, getRed