20.1.2.3.30 scrgbClr

This element specifies a color using the red, green, blue RGB color model. Each component, red, green, and blue is expressed as a percentage from 0% to 100%. A linear gamma of 1.0 is assumed.

Specifies the level of red as expressed by a percentage offset increase or decrease relative to the input color.

[Example: The following represent the same color

<a:solidFill>
  <a:scrgbClr r="50%" g="50%" b="50%"/>
</a:solidFill>
<a:solidFill>
  <a:srgbClr val="BCBCBC"/>
</a:solidFill>

end example]

Attributes

r (Red)

Specifies the percentage of red.

The possible values for this attribute are defined by the ST_Percentage simple type (20.1.10.40).

g (Green)

Specifies the percentage of green.

The possible values for this attribute are defined by the ST_Percentage simple type (20.1.10.40).

b (Blue)

Specifies the percentage of blue.

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_ScRgbColor) is located in A.4.1. end note]

Last updated on