summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-marble/examples/Bouquet.tex
blob: ca1fcbba842ce9dd60d05a85c3477471c3afc2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
\documentclass[pstricks]{standalone}
\usepackage{pst-marble}
\begin{document}
\begin{pspicture}(-6,-6)(6,6)
  \psMarble[
    background={
      [1 1 1]
    },
    colors={
      [0.176 0.353 0.129]
      [0.635 0.008 0.094]
      [0.078 0.165 0.518]
      [0.824 0.592 0.031]
      [0.059 0.522 0.392]
      [0.816 0.333 0.475]
    },
    viscosity=1000,
    actions={
      0 0 24 colors 36 concentric-rings
      180 [ 20 50 25 tines ] 40 200 31 rake
      0 350 shift
      0 270 0 -120 wiggle
      180 [ 3 600 -150 tines ] 40 200 31 rake
      0 270 0 240 wiggle
      180 [ 3 600 150 tines ] 40 200 31 rake
      0 270 0 -120 wiggle
    }
  ](12,12)
\end{pspicture}
\end{document}