[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

ST_TLAnimateColorSpace (Time List Animate Color Space)

This type specifies the color space of the animation.

This simple type's contents are a restriction of the XML Schema token datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

hsl (Color Space Enum ( HSL ))

Hue, Saturation, Luminance

rgb (Color Space Enum ( RGB ))

Red, Green, Blue

 

Referenced By

animClr@clrSpc4.6.2)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_TLAnimateColorSpace">

   <restriction base="xsd:token">

   <enumeration value="rgb"/>

   <enumeration value="hsl"/>

   </restriction>

</simpleType>