20.1.2.3.25 redOff

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

Attributes

val (Value)

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

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

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

    <a:solidFill>
        <a:srgbClr val="FF0000">
          <a:redOff val="-20%"/>
        </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