VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebRemapColorsCommandJS type / get_RedMap Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_RedMap Method
    In This Topic
    Gets the color map for the red channel of image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebRemapColorsCommandJS();
    
    var value; // Type: number[]
    value = instance.get_RedMap();
    
    
    function get_RedMap() : number[];
    

    Return Value

    Array map of red channel.
    Browser Compatibility
    56+
    45+
    11
    See Also