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

PgRedValue()

Extract the red component from a color value

Synopsis:

int PgRedValue( PgColor_t color );

Library:

ph

Description:

This macro extracts the red 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:

PgRedValue() is a macro.

See also:

PgBlueValue(), PgCMY(), PgColor_t, PgGreenValue(), PgHSV(), PgRGB(), PgSetFillColor(), PgSetFillDither()

"Color" in the Raw Drawing and Animation chapter of the Photon Programmer's Guide


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