<ST_HueDir> (Hue Direction)

When given two colors to interpolate between, one can go in one of two directions around the color wheel to perform the interpolation. This type defines that direction.

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

<ccw> (Counterclockwise Hue Direction)

A hue interpolation in the counterclockwise direction.

<cw> (Clockwise Hue Direction)

A hue interpolation in the clockwise direction.

Referenced By

<effectClrLst@hueDir>5.9.4.7); <fillClrLst@hueDir>5.9.4.8); <linClrLst@hueDir>5.9.4.9); <txEffectClrLst@hueDir>5.9.4.12); <txFillClrLst@hueDir>5.9.4.13); <txLinClrLst@hueDir>5.9.4.14)

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

<simpleType name="ST_HueDir">
	<restriction base="xsd:token">
	<enumeration value="cw"/>
	<enumeration value="ccw"/>
	</restriction>
</simpleType>