ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc.Lut Namespace / LookUpTable32LinearSRGBtoSRGB Class / createInstance Method

In This Topic
    createInstance Method (LookUpTable32LinearSRGBtoSRGB)
    In This Topic
    Factory method for creating the lut.
    Syntax
    'Declaration
     
    
    Public Shared Function createInstance( _
       ByVal inMax As Integer, _
       ByVal outMax As Integer, _
       ByVal shadowCutoff As Double, _
       ByVal shadowSlope As Double, _
       ByVal scaleAfterExp As Double, _
       ByVal exponent As Double, _
       ByVal reduceAfterExp As Double _
    ) As LookUpTable32LinearSRGBtoSRGB

    Parameters

    inMax
    outMax
    shadowCutoff
    shadowSlope
    scaleAfterExp
    exponent
    reduceAfterExp

    Return Value

    the lut
    See Also