[Previous] [Contents] [Index] [Next]

PgGreenValue()

Extract the green component from a color value

Synopsis:

int PgGreenValue( PgColor_t color );

Description:

This macro extracts the green color component from a composite color value (a PgColor_t type). The result is between 0 and 255.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

Caveats:

PgGreenValue() is a macro.

See also:

PgBlueValue(), PgCMY(), PgHSV(), PgRedValue() PgRGB(), PgSetFillColor(), PgSetFillDither()


[Previous] [Contents] [Index] [Next]