<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 |
---|
|
Attributes |
Description |
---|---|
|
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>