green()

Color / Creating & Reading

Description

Extracts the green value from a color.

Syntax

float green(color c)

Parameters

NameTypeDescription
ccolorany color value

Returns

float

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...