QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
hue | ST_PositiveFixedAngle | 0 | optional | |||
lum | ST_FixedPercentage | 0% | optional | |||
sat | ST_FixedPercentage | 0% | optional |
Elements | CT_Blip/hsl, EG_Effect/hsl |
<xsd:complexType name="CT_HSLEffect"> <xsd:attribute name="hue" type="ST_PositiveFixedAngle" use="optional" default="0"/> <xsd:attribute name="sat" type="ST_FixedPercentage" use="optional" default="0%"/> <xsd:attribute name="lum" type="ST_FixedPercentage" use="optional" default="0%"/> </xsd:complexType> |