Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

Color.Color

Creates a Color object.

Syntax

public Color( int value )

public Color( int red**, int** green**, int** blue )

Parameters

value

A system color value.

red

The red component of the color.

green

The green component of the color.

blue

The blue component of the color.