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

    Return Value

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