VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebColorBaseJS type / get_Red Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Red Method
    In This Topic
    Gets the red component value of this color.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebColorBaseJS();
    
    var value; // Type: number
    value = instance.get_Red();
    
    
    function get_Red() : number;
    

    Return Value

    Red component value.
    Browser Compatibility
    56+
    45+
    11
    See Also