<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.

Parent Elements

<blip>5.1.10.13); <cont>5.1.10.20); <effectDag>5.1.10.25)

Attributes

Description

<hue> (Hue)

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).

<lum> (Luminance)

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).

<sat> (Saturation)

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>