<hsl>
(Hue Saturation Luminance Effect)
This element specifies a hue/saturation/luminance effect. The hue, saturation, and luminance may each be adjusted relative to its current value.
Attributes |
Description |
---|---|
|
Specifies the number of degrees by which the hue is adjusted. The possible values for this attribute are defined by the ST_PositiveFixedAngle simple type (§5.1.12.44). |
|
Specifies the percentage by which the luminance is adjusted. The possible values for this attribute are defined by the ST_FixedPercentage simple type (§5.1.12.22). |
|
Specifies the percentage by which the saturation is adjusted. The possible values for this attribute are defined by the ST_FixedPercentage simple type (§5.1.12.22). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_HSLEffect">
<attribute name="hue" type="ST_PositiveFixedAngle" use="optional" default="0"/>
<attribute name="sat" type="ST_FixedPercentage" use="optional" default="0"/>
<attribute name="lum" type="ST_FixedPercentage" use="optional" default="0"/>
</complexType>