20.1.2.3.20 lumMod
20.1.2.3.20 lumMod
This element specifies the input color with its luminance modulated by the given percentage. A 50% luminance modulate reduces the luminance by half. A 200% luminance modulate doubles the luminance.
Attributes
val (Value)
Specifies the luminance as expressed by a percentage relative to the input color. Increases never increase the luminance beyond 100%, decreases never decrease the luminance below 0%.
having RGB value RRGGBB = (00, FF, 00)
[Example: The following manipulates the fill from to value RRGGBB= (00, 75, 00)
<a:solidFill>
<a:srgbClr val="00FF00">
<a:lumMod val="50%"/>
</a:srgbClr>
</a:solidFill>
end example]
The possible values for this attribute are defined by the ST_Percentage simple type (20.1.10.40).
[Note: The W3C XML Schema definition of this element’s content model (CT_Percentage) is located in A.4.1. end note]
Last updated on