<hue> (Hue)

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

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

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 angle value to be used with the input color's hue component.

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

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

<complexType name="CT_PositiveFixedAngle">
	<attribute name="val" type="ST_PositiveFixedAngle" use="required"/>
</complexType>