<scrgbClr>
(RGB Color Model - Percentage Variant)
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.
<a:solidFill> <a:scrgbClr r="50000" g="50000" b="50000"/> </a:solidFill> <a:solidFill> <a:srgbClr val="BCBCBC"/> </a:solidFill>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Specifies the percentage of blue. The possible values for this attribute are defined by the ST_Percentage simple type (§5.1.12.41). |
|
Specifies the percentage of green. The possible values for this attribute are defined by the ST_Percentage simple type (§5.1.12.41). |
|
Specifies the percentage of red. The possible values for this attribute are defined by the ST_Percentage simple type (§5.1.12.41). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ScRgbColor">
<sequence>
<group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="r" type="ST_Percentage" use="required"/>
<attribute name="g" type="ST_Percentage" use="required"/>
<attribute name="b" type="ST_Percentage" use="required"/>
</complexType>