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

    Return Value

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