<hueOff> (Hue Offset)

This element specifies the input color with its hue shifted, but with its saturation and luminance unchanged.

Parent Elements

<hslClr>5.1.2.2.13); <prstClr>5.1.2.2.22); <schemeClr>5.1.2.2.29); <scrgbClr>5.1.2.2.30); <srgbClr>5.1.2.2.32); <sysClr>5.1.2.2.33)

Attributes

Description

<val> (Value)

Specifies the actual angular value of the shift. The result of the shift must be between 0 and 360 degrees. Shifts resulting in angular values less than 0 will be treated as 0. Shifts resulting in angular values greater than 360 will be treated as 360.

example:

The following increases the hue angular value by 10 degrees.

<a:solidFill>
  <a:hslClr hue="0" sat="100000" lum="50000"/>
  <a:hueOff val="600000"/>
</a:solidFill>

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

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

<complexType name="CT_Angle">
	<attribute name="val" type="ST_Angle" use="required"/>
</complexType>