ComponentOne PDF for .NET
CSJ2K.Icc.Lut Namespace / MonochromeTransformTosRGB Class / MonochromeTransformTosRGB Constructor
input RestrictedICCProfile
size of the output lut.
value used to shift samples to positive

In This Topic
    MonochromeTransformTosRGB Constructor
    In This Topic
    Construct the lut from the RestrictedICCProfile.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ricc As RestrictedICCProfile, _
       ByVal dwInputMaxValue As Integer, _
       ByVal dwInputShiftValue As Integer _
    )
    public MonochromeTransformTosRGB( 
       RestrictedICCProfile ricc,
       int dwInputMaxValue,
       int dwInputShiftValue
    )

    Parameters

    ricc
    input RestrictedICCProfile
    dwInputMaxValue
    size of the output lut.
    dwInputShiftValue
    value used to shift samples to positive
    See Also