blob: 0f59166c0cffec67c4bd109cb24cff46ec014016 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
\section{Nuances of \Index{transparency}}
The key value \texttt{\Lkeyword{opacity}=$k$} with $k \in \mathbb{R}$ and $0\leq
k\leq 1$, allows you to define the level of \Index{opacity}.
Within \textit{jps code}, we use an equivalent expression
\texttt{$k$ setfillopacity}. The last expression finds its application in the option \Lkeyword{fcol}. For example the instruction,
\verb+fcol=0 (.5 setfillopacity yellow)+,
which defines the face with the index number 0, sets it to yellow with an opacity of 50\%.
\endinput
|