Specifies the color space.
The default color space, and currently the only space permitted,
is
SRGB
.
Syntax
Reference_Syntax.cSpace = "SRGB"
Values
Type
|
Values
|
String
|
SRBG
(default)
This
is the only supported value.
|
JavaScript
TextField1.border.edge.color.cSpace = "SRGB";
FormCalc
TextField1.border.edge.color.cSpace = "SRGB"
|
|
|