ReportViewer for WPF and Silverlight | ComponentOne
CSJ2K.Icc.Lut Namespace / LookUpTable16LinearSRGBtoSRGB Class / createInstance Method
size of shadow region
shadow region parameter
size of lut
post shadow region parameter
post shadow region parameter
post shadow region parameter

In This Topic
    createInstance Method (LookUpTable16LinearSRGBtoSRGB)
    In This Topic
    Factory method for creating the lut.
    Syntax
    'Declaration
     
    Public Shared Function createInstance( _
       ByVal wShadowCutoff As Integer, _
       ByVal dfShadowSlope As Double, _
       ByVal ksRGBLinearMaxValue As Integer, _
       ByVal ksRGB8ScaleAfterExp As Double, _
       ByVal ksRGBExponent As Double, _
       ByVal ksRGB8ReduceAfterEx As Double _
    ) As LookUpTable16LinearSRGBtoSRGB

    Parameters

    wShadowCutoff
    size of shadow region
    dfShadowSlope
    shadow region parameter
    ksRGBLinearMaxValue
    size of lut
    ksRGB8ScaleAfterExp
    post shadow region parameter
    ksRGBExponent
    post shadow region parameter
    ksRGB8ReduceAfterEx
    post shadow region parameter

    Return Value

    the lut
    See Also