<srgbClr>
(RGB Color Model - Hex Variant)
This element specifies a color using the red, green, blue RGB color model. Red, green, and blue is expressed as sequence of hex digits, RRGGBB. A perceptual gamma of 2.2 is used.
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 |
---|---|
|
The actual color value. Expressed as a sequence of hex digits RRGGBB. The possible values for this attribute are defined by the ST_HexBinary3 simple type (§5.1.12.28). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SRgbColor">
<sequence>
<group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="val" type="ST_HexBinary3" use="required"/>
</complexType>