<hueMod> (Hue Modulate)

This element specifies the input color with its hue modulated by the given percentage. A 50% hue modulate decreases the angular hue value by half. A 200% hue modulate doubles the angular hue value.

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 opacity as expressed by a percentage relative to the input color.

example:

<a:solidFill> <a:srgbClr val="00FF00"> <a:alphaMod val="50000"/> </a:srgbClr></a:solidFill>

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

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

<complexType name="CT_PositivePercentage">
	<attribute name="val" type="ST_PositivePercentage" use="required"/>
</complexType>