'Declaration Public Shared Function BuildToneLUT( _ ByVal channelDepth As Integer, _ ByVal shadows As Double, _ ByVal exposure As Double _ ) As ImGearLUT
'Usage Dim channelDepth As Integer Dim shadows As Double Dim exposure As Double Dim value As ImGearLUT value = ImGearCameraRawProcessing.BuildToneLUT(channelDepth, shadows, exposure)
public: static ImGearLUT* BuildToneLUT( int channelDepth, double shadows, double exposure )
public: static ImGearLUT^ BuildToneLUT( int channelDepth, double shadows, double exposure )
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.