<sat>
(Saturation)
This element specifies the input color with the specified saturation, but with its hue and luminance unchanged. Typically saturation values fall in the range [0%, 100%].
example: :
The following two solid fills are equivalent:
<a:solidFill> <a:hslClr hue="14400000" sat="100000" lum="50000"> </a:solidFill> <a:solidFill> <a:hslClr hue="14400000" sat="0" lum="50000"> <a:sat val="100000"/> <a:hslClr/> </a:solidFill>
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the value of the blue component. The assigned value is specified as a percentage with 0% indicating minimal blue and 100% indicating maximum blue. example:
<a:solidFill> <a:srgbClr val="00FF00"> <a:blue val="100000"/> </a:srgbClr> </a:solidFill> The possible values for this attribute are defined by the ST_Percentage simple type (§5.1.12.41). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Percentage">
<attribute name="val" type="ST_Percentage" use="required"/>
</complexType>