PGF/TikZ Manual | PGFplots | TikZ Editor

TikZ and PGF Manual

Libraries

69 Shadings Library

In the following, the shadings defined in the library are listed in alphabetical order. The colors of some of these shadings can be configured using special options (like left color). These options implicitly select the shading.

The three shadings axis, ball, and radial are always defined, even when this library is not used.

  • Shading color wheel black center

  • This shading looks like a color wheel, but the brightness drops to zero in the center.

    (-tikz- diagram)

    \usepgflibrary {shadings}
    \tikz \shade[shading=color wheel black center] (0,0) circle [radius=1.5];