ImageGear Professional v18.2 > API Reference Guide > Processing Component API Reference > Processing Component Objects > IGProcessingCtl Control > IGProcessingCtl Methods > BuildSRGBGammaLUT Method |
Builds sRGB Gamma LUT, for conversion from "linear sRGB" to the standard sRGB color space.
By "linear sRGB color space" we assume a linear (Gamma = 1.0) RGB color space that uses sRGB primaries and reference white.
The LUT must be allocated before calling this function. Currently, only the following type of LUT is supported: both input and output is 16 bit and unsigned.
BuildSRGBGammaLUT (
GammaLUT As IGLUT
);
Name | Description |
---|---|
GammaLUT | Returns sRGB Gamma LUT |
CalculateCameraToSRGBMatrix Method