ImageGear Professional DLL v17.1 for Windows Accusoft
IG_IP_DCRaw_RGB_gamma_LUT_build
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Core Component API Reference > Core Component Functions Reference > Image Processing Effects Functions > IG_IP_DCRaw_RGB_gamma_LUT_build

Glossary Item Box

Builds sRGB Gamma LUT, for conversion from "linear sRGB" to the standard sRGB colorspace.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_IP_DCRaw_RGB_gamma_LUT_build (
        AT_INT ChannelDepth,
        HIGLUT *SRGBLUT
);

Arguments:

ChannelDepth Bit depth of the LUT.
SRGBLUT Returns new LUT.

Return Value:

Returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

By "linear sRGB colorspace" we assume a linear (Gamma = 1.0) RGB color space that uses sRGB primaries and reference white.

©2012. Accusoft Corporation. All Rights Reserved.