[Table of Contents] [docx version]

Error! No text of specified style in document.

gs (Gradient stops)

This element defines a gradient stop. A gradient stop consists of a position where the stop appears in the color band.

Parent Elements

gsLst5.1.10.37)

 

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

pos (Position)

Specifies where this gradient stop should appear in the color band. This position is specified in the range [0%, 100%], which corresponds to the beginning and the end of the color band respectively.

 

The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (§5.1.12.45).

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

<complexType name="CT_GradientStop">

   <sequence>

   <group ref="EG_ColorChoice" minOccurs="1" maxOccurs="1"/>

   </sequence>

   <attribute name="pos" type="ST_PositiveFixedPercentage" use="required"/>

</complexType>