L.4.8.2.1 scrgbClr

scrgbClr is a legacy form of expressing Red, Green, Blue color. Values are expressed in Percentages. r, g, and b are all required and correspond to red, green, and blue, respectively.

<a:scrgbClr r="10000" g="20000" b="30000"/>

srgbClr is similar to scrgbClr with the exception that instead of expressing the values as percentages, they are specified using two hex digits per color, in the order RGB.

<a:srgbClr val="FFFF00"/>
Last updated on