'Declaration Public Shared Function BuildSRGBGammaLUT( _ ByVal channelDepth As Integer _ ) As ImGearLUT
'Usage Dim channelDepth As Integer Dim value As ImGearLUT value = ImGearCameraRawProcessing.BuildSRGBGammaLUT(channelDepth)
public static ImGearLUT BuildSRGBGammaLUT( int channelDepth )
public: static ImGearLUT* BuildSRGBGammaLUT( int channelDepth )
public: static ImGearLUT^ BuildSRGBGammaLUT( int channelDepth )
Parameters
- channelDepth
- Bit depth of the LUT.
Return Value
ImageGear.Core.ImGearLUT class.