VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebLevelsCommandJS type / get_RedChannelSettings Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_RedChannelSettings Method
    In This Topic
    Gets the remap settings of the red channel.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebLevelsCommandJS();
    
    var value; // Type: Vintasoft.Imaging.ImageProcessing.WebChannelRemapSettings
    value = instance.get_RedChannelSettings();
    
    
    function get_RedChannelSettings() : WebChannelRemapSettings;
    

    Return Value

    An instance of WebChannelRemapSettings class.
    Browser Compatibility
    56+
    45+
    11
    See Also