<custClr> (Custom color)

This element defines a custom color. The custom colors are used within a custom color list to define custom colors that are extra colors that can be appended to a theme. This is useful within corporate scenarios where there is a set corporate color palette from which to work.

Parent Elements

<custClrLst>5.1.8.3)

Child Elements

Subclause

<hslClr> (Hue, Saturation, Luminance Color Model)

§5.1.2.2.13

<prstClr> (Preset Color)

§5.1.2.2.22

<schemeClr> (Scheme Color)

§5.1.2.2.29

<scrgbClr> (RGB Color Model - Percentage Variant)

§5.1.2.2.30

<srgbClr> (RGB Color Model - Hex Variant)

§5.1.2.2.32

<sysClr> (System Color)

§5.1.2.2.33

Attributes

Description

<name> (Name)

The name of the color shown in the color picker.

The possible values for this attribute are defined by the XML Schema string datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_CustomColor">
	<sequence>
	<group ref="EG_ColorChoice" minOccurs="1" maxOccurs="1"/>
	</sequence>
	<attribute name="name" type="xsd:string" use="optional" default=""/>
</complexType>