Declaration ​
pascal
var GAMMA_DECODING_TABLE: TGammaTable8Bit;Description ​
GAMMA_DECODING_TABLE is a global TGammaTable8Bit array precalculated to map gamma-compressed input values (
It is initialized by SetGamma or Set_sRGB and used by ApplyInvGamma routines to decode single TColor32 colors, pixel arrays, or entire bitmaps into linear light space.