ImageGear for .NET
BuildToneLUT(Int32,Double,Double) Method
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing Namespace > ImGearCameraRawProcessing Class : BuildToneLUT(Int32,Double,Double) Method




channelDepth
Bit depth of the LUT.
shadows
Amount by which to move the black point.
exposure
Exposure compensation, in f/stops.

Glossary Item Box

Builds tone correction LUT.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

channelDepth
Bit depth of the LUT.
shadows
Amount by which to move the black point.
exposure
Exposure compensation, in f/stops.

Return Value

ImageGear.Core.ImGearLUT object value.

Remarks

The LUT moves image's black point by 1/1000 * shadows, and adjusts the white point, which gives similar results to modifying the camera exposure.

See Also

©2013. Accusoft Corporation. All Rights Reserved.