|
|
Is an alias of GAL_GetGammaRamp.
|
|
|
Is an alias of GAL_SetGamma.
|
|
|
Is an alias of GAL_SetGammaRamp.
|
|
||||||||||||||||
|
Retrieves the current values of the gamma translation tables. This function retrives the current values of the gamma translationn tables. You must pass in valid pointers to arrays of 256 16-bit quantities. Any of the pointers may be NULL to ignore that channel.
|
|
||||||||||||||||
|
Sets the gamma correction for each of the color channels. This function sets the gamma correction for each of the color channels. The gamma values range (approximately) between 0.1 and 10.0. If this function isn't supported directly by the hardware, it will be emulated using gamma ramps, if available.
|
|
||||||||||||||||
|
Sets the gamma translation table for the red, green, and blue channels of the video hardware. This function sets the gamma translation table for the red, green, and blue channels of the video hardware. Each table is an array of 256 16-bit quantities, representing a mapping between the input and output for that channel. The input is the index into the array, and the output is the 16-bit gamma value at that index, scaled to the output color precision. You may pass NULL for any of the channels to leave it unchanged.
|
1.4.2