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