20.1.2.3.23 red

This element specifies the input color with the specified red component, but with its green and blue color components unchanged.

Attributes

val (Value)

Specifies the value of the red component. The assigned value is specified as a percentage with 0% indicating minimal red and 100% indicating maximum red.

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

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

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