Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.