ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearCameraRawProcessing Class / BuildSRGBGammaLUT Method
Bit depth of the LUT.




In This Topic
    BuildSRGBGammaLUT Method
    In This Topic
    Builds sRGB Gamma LUT.
    Syntax
    '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

    See Also