summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-solides3d/src/par-colorierfacettes-en.tex
blob: c6035e244d51a5339b2b08b2658b0f88f816334c (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
\section{\Index{Colouring} some single faces}

The key value \texttt{\Lkeyword{fcol}=$i_0$~($c_0$) $i_1$~($c_1$) \dots $i_n$~($c_n$)},
where $i_k$ are integers and $c_k$ the names of the colours, permits to
specify a \Index{colour} for special \Index{faces}.
To the face with the index $i_k$ corresponds the colour $c_k$. The
integer $n$ must be lower than the maximum of the number of faces of the chosen solid.


%% L'option \texttt{[fcol=1 (OliveGreen) 0 (color1) 4 (color2) etc.]}
%% permet de sp\'{e}cifier dans l'ordre :
%% \begin{compactitem}
%%   \item le num\'{e}ro de la facette  de \texttt{0} \`{a} \texttt{n-1}, pour \texttt{n} facettes ;
%%   \item la couleur de la facette.
%% \end{compactitem}

The colour names $c_k$, there are $68$~predefined values, are defined names in the
\texttt{color.pro}. These values are:
\textsl{GreenYellow},
\textsl{Yellow},
\textsl{Goldenrod},
\textsl{Dandelion},
\textsl{Apricot},
\textsl{Peach},
\textsl{Melon},
\textsl{YellowOrange},
\textsl{Orange},
\textsl{BurntOrange},
\textsl{Bittersweet},
\textsl{RedOrange},
\textsl{Mahogany},
\textsl{Maroon},
\textsl{BrickRed},
\textsl{Red},
\textsl{OrangeRed},
\textsl{RubineRed},
\textsl{WildStrawberry},
\textsl{Salmon},
\textsl{CarnationPink},
\textsl{Magenta},
\textsl{VioletRed},
\textsl{Rhodamine},
\textsl{Mulberry},
\textsl{RedViolet},
\textsl{Fuchsia},
\textsl{Lavender},
\textsl{Thistle},
\textsl{Orchid},
\textsl{DarkOrchid},
\textsl{Purple},
\textsl{Plum},
\textsl{Violet},
\textsl{RoyalPurple},
\textsl{BlueViolet},
\textsl{Periwinkle},
\textsl{CadetBlue},
\textsl{CornflowerBlue},
\textsl{MidnightBlue},
\textsl{NavyBlue},
\textsl{RoyalBlue},
\textsl{Blue},
\textsl{Cerulean},
\textsl{Cyan},
\textsl{ProcessBlue},
\textsl{SkyBlue},
\textsl{Turquoise},
\textsl{TealBlue},
\textsl{Aquamarine},
\textsl{BlueGreen},
\textsl{Emerald},
\textsl{JungleGreen},
\textsl{SeaGreen},
\textsl{Green},
\textsl{ForestGreen},
\textsl{PineGreen},
\textsl{LimeGreen},
\textsl{YellowGreen},
\textsl{SpringGreen},
\textsl{OliveGreen},
\textsl{RawSienna},
\textsl{Sepia},
\textsl{Brown},
\textsl{Tan},
\textsl{Gray},
\textsl{Black},
\textsl{White}.
The list of these $68$ colours is available in the command
\verb+\colorfaces+ (see an example in the section about
the grating  of a cube).

Thinking on that case, the number of the faces
$\mathtt{n_1\times n_2}+2\texttt{(outer faces  inner faces)}$
must be lower than 68!

However users can define their own \Index{colours}. There are two methods:

\begin{compactitem}
\item They can use one of the $4$~optional arguments  \texttt{color1},
  \texttt{color2}, \texttt{color3}, \texttt{color4} from
  \Lcs{psSolid}, then transmit to \Lkeyword{fcol} a pair of the type
  $i$~\verb+(color1)+, where $i$ is the index of the chosen face. The
  arguments \texttt{color1}, etc.  are used in the same way as the
  arguments from \Lkeyword{color} and \Lkeyword{incolor}.\hfill \break
  A possible command could be the following:
  \begin{verbatim}
   \psSolid[a=1,object=cube,color1=red!60!yellow!20,fcol=0 (color1)]%
  \end{verbatim}
\item They define their own colour names with the command
  \verb+\pstVerb+, and then use these names with the argument
  \Lkeyword{fcol}. For example:
\begin{verbatim}
\pstVerb{/hetre {0.764 0.6 0.204 setrgbcolor} def
         /chene {0.568 0.427 0.086 setrgbcolor} def
         /cheneclair {0.956 0.921 0.65 setrgbcolor} def
         }%
\end{verbatim}
And therefore:
\begin{verbatim}
fcol=0 (hetre) 1 (chene)  2 (cheneclair)
\end{verbatim}
\end{compactitem}


The $4$~arguments
\verb+color1+,
\verb+color2+,
\verb+color3+,
\verb+color4+ have default values:
\begin{compactitem}
    \item \textcolor{cyan!50}{color1=cyan!50}
    \item \textcolor{magenta!60}{color2=magenta!60}
    \item \textcolor{blue!30}{color3=blue!30}
    \item \textcolor{red!50}{color4=red!50}
\end{compactitem}




\begin{LTXexample}[width=5cm]
\psset{Decran=20,viewpoint=10 5 10,unit=0.5}
\begin{pspicture}(-5,-5)(5,5)
\psSolid[
   fcol=0 (Apricot) 1 (Aquamarine)  2 (Bittersweet)
        3 (ForestGreen) 4 (Goldenrod)
        13 (GreenYellow)
        40 (Mulberry),
   object=cube,mode=3]%
\end{pspicture}
\end{LTXexample}

\begin{LTXexample}[width=4.9cm]
\psset{Decran=20,viewpoint=10 5 10,unit=0.5}
\begin{pspicture}(-5,-5)(5,5)
\psSolid[
   fcol=0 (Apricot) 2 (Lavender) 3 (SkyBlue)  11 (LimeGreen) 12 (OliveGreen),
   object=cylindre,
   h=4,
   ngrid=4 10](0,0,-2)
\end{pspicture}
\end{LTXexample}

The choice of the faces to be coloured can be specified with some PostScript code,
\begin{verbatim}
fcol=48 {i (Black) i 1 add (LimeGreen) i 2 add (Yellow) /i i 3 add store} repeat
\end{verbatim}
which will alternately colour the faces in black, green and yellow.
\begin{center}
\begin{LTXexample}[width=6.5cm]
\begin{pspicture}(-3,-3)(3.5,2.5)
\psset{Decran=7.5,viewpoint=10 10 5}
\pstVerb{/iface 0 store}%
\psSolid[
fcol=48 {iface (Black)
  iface 1 add (LimeGreen)
  iface 2 add (Yellow) /iface
  iface 3 add store} repeat,
  r1=4,r0=1,
  object=tore,
  ngrid=8 18,
  RotY=30]
\end{pspicture}
\end{LTXexample}
\end{center}

When the option \Lkeyword{hue} is activated, the faces of the solid are coloured with the nuance of the rainbow colours.

\begin{LTXexample}[width=5.9cm]
\begin{pspicture}(-3,-2.5)(3,2.5)
\psset[pst-solides3d]{viewpoint=50 50 50,Decran=40,lightsrc=50 20 1e2}
\psSolid[r1=5,r0=1,object=tore,ngrid=16 18,hue=0 1]%
\end{pspicture}
\end{LTXexample}

\endinput