VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / WebChannelRemapSettings Class / WebChannelRemapSettings Constructors / WebChannelRemapSettings Constructor(Int32,Int32,Double)
Syntax Requirements SeeAlso
In This Topic
    WebChannelRemapSettings Constructor(Int32,Int32,Double)
    In This Topic
    Initializes a new instance of the WebChannelRemapSettings class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal inputMin
    Minimum value of the range of input values.
    As Integer, _
    ByVal inputMax
    Maximum value of the range of input values.
    As Integer, _
    ByVal gamma
    Gamma.
    As Double _
    )
    public WebChannelRemapSettings(
    int inputMin,
    int inputMax,
    double gamma
    )
    public: WebChannelRemapSettings(
    int inputMin,
    int inputMax,
    double gamma
    )
    public:
    WebChannelRemapSettings(
    int inputMin,
    int inputMax,
    double gamma
    )

    Parameters

    inputMin
    Minimum value of the range of input values.
    inputMax
    Maximum value of the range of input values.
    gamma
    Gamma.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also