VintaSoft Imaging .NET SDK 15.1: 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();

Return Value

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