L.4.8.4.2 Gradient Fills

<a:gradFill>
  <a:gsLst>
    <a:gs pos="69000">
      <a:schemeClr val="accent1"/>
    </a:gs>
    <a:gs pos="0">
      <a:scrgbClr r="0" g="0" b="0"/>
    </a:gs>
  </a:gsLst>
  <a:lin ang="2700000" scaled="1"/>
</a:gradFill>

(The shaded text is the Gradient Stop List.)

Gradient Fills consist of three elements: a list of gradient stops, a shading specification, as well as some attributes.

Two attributes

are available on gradient fills.

A gradient stop list is a list of locations and colors that make up the gradient fill. Positions are specified as percentages.

The shading specification specifies the two possible kinds of gradient fills: linear, or path based. A linear fill follows a straight-line direction as specified by the angle of the line. A path-based fill follows the contours of a well-defined path (such as a shape, circle, or rectangle).

Last updated on