19.5.63 rgb

The element specifies an incremental RGB value to add to the color property.

[Example: Consider a shape with a color emphasis animation. The element should be used as follows:

<p:animClr clrSpc="rgb">
  <p:cBhvr>
    <p:cTn id="8" dur="500" fill="hold"/>
    <p:tgtEl>
      <p:spTgt spid="4"/>
    </p:tgtEl>
    <p:attrNameLst>
      <p:attrName>stroke.color</p:attrName>
    </p:attrNameLst>
  </p:cBhvr>
  <p:by>
    <p:rgb r="10" g="20" b="30"/>
  </p:by>
</p:animClr>

end example]

Attributes

r (Red)

This attribute specifies a red component luminance as a percentage. Values are in the range [-100%, 100%].

The possible values for this attribute are defined by the ST_FixedPercentage simple type (20.1.10.24).

g (Green)

This attribute specifies a green component luminance as a percentage. Values are in the range [-100%, 100%].

The possible values for this attribute are defined by the ST_FixedPercentage simple type (20.1.10.24).

b (Blue)

This attribute specifies a blue component luminance as a percentage. Values are in the range [-100%, 100%].

The possible values for this attribute are defined by the ST_FixedPercentage simple type (20.1.10.24).

[Note: The W3C XML Schema definition of this element’s content model (CT_TLByRgbColorTransform) is located in A.3. end note]

Last updated on