cSpace

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.

Applies to

Model

Object

Form Model

color

Version

XFA 2.1

Examples

JavaScript

TextField1.border.edge.color.cSpace = "SRGB";

FormCalc

TextField1.border.edge.color.cSpace = "SRGB"

// Ethnio survey code removed