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

    Return Value

    Luminance of color.
    Browser Compatibility
    56+
    45+
    11
    See Also