[pstricks] pst-marble Colors Array and uniform-drops
Herbert Voss
Herbert.Voss at fu-berlin.de
Thu Feb 7 22:14:46 CET 2019
Am 07.02.19 um 14:38 schrieb Juergen Gilg:
>
> Dear Joel,
>
> many thanks for the report.
>
> This will be fixed within the next version. Until then, please use
> rgb/RGB for the uniform-drops like:
>
> \psMarble[viscosity=-1000,
> colors={[70 139 67][16 46 23][227 223 171][212 186 65]
> % (468b43) (102e17) (e3dfab) (d4ba41)
> },
> actions={
> 0 0 35 colors 35 concentric-rings
> 0 0 1000 1000 0 colors 3 20 uniform-drops
> }
> ]
>
> There is a nice color converter:
>
> https://www.rapidtables.com/convert/color/hex-to-rgb.html
>
\documentclass{article}
\usepackage{pstricks}
\begin{document}
\convertcolorspec{HTML}{468b43}{RGB}\tmpA
\tmpA
\end{document}
Herbert
More information about the PSTricks
mailing list