20.1.2.3.15 hueMod

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.

Attributes

val (Value)

Specifies the hue as expressed by a percentage relative to the input color.

[Example: The following manipulates the fill color from FF, 00) to value RRGGBB = (FF, FF, 00)

having RGB value RRGGBB = (00,

<a:solidFill>
  <a:srgbClr val="00FF00">
      <a:hueMod val="50%"/>
  </a:srgbClr>
</a:solidFill>

end example]

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

[Note: The W3C XML Schema definition of this element’s content model (CT_PositivePercentage) is located in A.4.1. end note]

Last updated on