Declaration ​
pascal
var GAMMA_IS_SRGB: Boolean;Description ​
GAMMA_IS_SRGB is a boolean flag indicating the current configuration state of global lookup tables GAMMA_ENCODING_TABLE and GAMMA_DECODING_TABLE.
- When
Set_sRGBis called,GAMMA_IS_SRGBis set toTrue, confirming that global tables contain sRGB IEC 61966-2-1 piecewise transfer function values. - When
SetGammais called,GAMMA_IS_SRGBis set toFalse, indicating that global tables contain power-law gamma values based onGAMMA_VALUE.