20.1.2.3.11 greenMod

This element specifies the input color with its green component modulated by the given percentage. A 50% green modulate reduces the green component by half. A 200% green modulate doubles the green component.

Attributes

val (Value)

Specifies the green component as expressed by a percentage relative to the input color component. Increases never increase the green component beyond 100%, decreases never decrease the green component below 0%.

[Example: The following manipulates the fill from to value RRGGBB= (00, 80, 00)

having RGB value RRGGBB = (00, FF, 00)

    <a:solidFill>
        <a:srgbClr val="00FF00">
          <a:greenMod 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