ArcGIS Pro DAML Schema
CT_Color Complex Type
ArcGIS Pro DAML Schema : CT_Color Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
CT_Color Complex Type
Overview
A optional xs:int
R optional xs:int
G optional xs:int
B optional xs:int
Used By
color Element
borderColor Element
Attributes
NameTypeUseDefaultFixedDescription
Axs:intoptional   
Rxs:intoptional   
Gxs:intoptional   
Bxs:intoptional   
Source
<xs:complexType name="CT_Color" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:attribute name="A" type="xs:int" use="optional" />
  <xs:attribute name="R" type="xs:int" use="optional" />
  <xs:attribute name="G" type="xs:int" use="optional" />
  <xs:attribute name="B" type="xs:int" use="optional" />
</xs:complexType>
See Also
ArcGIS Pro DAML Schema