20.1.2.3.4 blue
20.1.2.3.4 blue
This element specifies the input color with the specific blue component, but with the red and green color components unchanged.
Attributes
val (Value)
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: The following manipulates the fill from to value RRGGBB= (00, FF, FF)
having RGB value RRGGBB = (00, FF, 00)
<a:solidFill>
<a:srgbClr val="00FF00">
<a:blue 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