<hueOff>
(Hue Offset)
This element specifies the input color with its hue shifted, but with its saturation and luminance unchanged.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
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>