Specifies the color space.
The default color space, and currently the only space permitted,
is SRGB.
SyntaxReference_Syntax.cSpace = "SRGB"
Values
Type
|
Values
|
String
|
SRBG (default)
This
is the only supported value.
|
JavaScriptTextField1.border.edge.color.cSpace = "SRGB";
FormCalcTextField1.border.edge.color.cSpace = "SRGB"
|
|
|