Green()

Syntax

Result = Green(Color)
Description
Returns the green component of a color value.

Parameters

Color The color value. This can be a 24-bit RGB or a 32-bit RGBA value.

Return value

Returns the value of the green component. The result will be between 0 and 255.

Remarks

To combine red, green and blue values in order to create a 24-bit RGB color, use the RGB() function. These functions are useful to perform Drawing operations.

See Also

Red(), Blue(), Alpha(), RGB(), RGBA()

Supported OS

All

<- GradientColor() - 2DDrawing Index - Line() ->