VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebChangeHSLCommandJS type / get_Hue Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Hue Method
    In This Topic
    Gets the hue value.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebChangeHSLCommandJS();
    
    var value; // Type: number
    value = instance.get_Hue();
    
    
    function get_Hue() : number;
    

    Return Value

    Hue value. Valid values are from -180 to 180. Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also