GX*_GetMasterBrightness

C Specification

#include <nitro/gx/gx.h>

int GX_GetMasterBrightness( void );
int GXS_GetMasterBrightness( void );

Arguments

None.

Return Values

A value for adjusting brightness (equal to or greater than -16, equal to or less than 16)

Description

Obtains the brightness adjustment parameter for image output. An integer from -16 to 16 can be obtained. A positive value indicates that the screen is brighter than the default. A negative value indicates that the screen is darker than the default. GX_GetMasterBrightness function obtains the main graphics engine setting, and GXS_GetMasterBrightness function obtains the sub graphics engine setting.

See Also

G2_SetBlendBrightness, GX_SetMasterBrightness, GXS_SetMasterBrightness

Revision History

12/24/2004 Initial version