<green> (Green)

This elements specifies the input color with the specified green component, but with its red and blue color components unchanged.

Parent Elements

<hslClr>5.1.2.2.13); <prstClr>5.1.2.2.22); <schemeClr>5.1.2.2.29); <scrgbClr>5.1.2.2.30); <srgbClr>5.1.2.2.32); <sysClr>5.1.2.2.33)

Attributes

Description

<val> (Value)

Specifies the value of the blue component. The assigned value is specified as a percentage with 0% indicating minimal blue and 100% indicating maximum blue.

example:
<a:solidFill>
  <a:srgbClr val="00FF00">
    <a:blue val="100000"/>
  </a:srgbClr>
</a:solidFill>

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_Percentage">
	<attribute name="val" type="ST_Percentage" use="required"/>
</complexType>