VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebChannelRemapSettings type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebChannelRemapSettings type
    In This Topic
    Provides settings of the remap colors commands.
    Syntax
    // Parameters
    var gamma; // Type: number
    var inputMax; // Type: number
    var inputMin; // Type: number
    var outputMax; // Type: number
    var outputMin; // Type: number
    
    var instance = new Vintasoft.Imaging.ImageProcessing.WebChannelRemapSettings(gamma, inputMax, inputMin, outputMax, outputMin);
    
    
    function WebChannelRemapSettings;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.ImageProcessing.WebChannelRemapSettings

    Browser Compatibility
    56+
    45+
    11
    See Also