#include <nitro/gx/gx.h>
void GXS_SetMasterBrightness(int brightness);
This function adjusts the brightness in an image output. You can specify an integer value from -16 to 16. When the value is positive, brightness increases; when the value is negative, brightness decreases.
brightness |
The value for adjusting brightness (a value from -16 to 16). |
None.
09/15/2004 Initial version