[Previous] [Contents] [Next]

my_ispalette()

indicate whether colors are palette-based or RGB

Synopsis:

int my_ispalette();

Description:

This function indicates whether colors are palette-based or RGB.

Returns:

1
Colors are palette-based.
0
Colors are RGB.

Classification:

Photon

Safety:
Interrupt handler Not applicable
Signal handler Not applicable
Thread Not applicable

[Previous] [Contents] [Next]