VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebReplaceColorCommandJS type / get_ColorSpace Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ColorSpace Method
    In This Topic
    Gets color space where colors are compared.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebReplaceColorCommandJS();
    
    var value; // Type: Vintasoft.Imaging.WebColorSpaceTypeEnumJS
    value = instance.get_ColorSpace();
    
    
    function get_ColorSpace() : WebColorSpaceTypeEnumJS;
    

    Return Value

    An instance of WebColorSpaceTypeEnumJS class. Default value is "sRGB".
    Browser Compatibility
    56+
    45+
    11
    See Also