20.1.2.3.10 green
20.1.2.3.10 green
This elements specifies the input color with the specified green component, but with its red and blue color components unchanged.
Attributes
val (Value)
Specifies the value of the green component. The assigned value is specified as a percentage with 0% indicating minimal green and 100% indicating maximum green.
having RGB value RRGGBB = (00,
[Example: The following manipulates the fill from to value RRGGBB= (00, FF, FF)
00, FF)
<a:solidFill>
<a:srgbClr val="0000FF">
<a:green val="100%"/>
</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