[pstricks] Transparency with pst-3dplot

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sun Dec 6 22:19:43 CET 2009


Am 06.12.2009 21:40, schrieb Poul Riis:
> Not that it is very necessary but is it possible to make transparent
> colors here?

> 
> \documentclass[10pt]{article}%
> \usepackage[x11names]{xcolor}
> \usepackage{multido}
> \usepackage{pst-3dplot}%
> 
> \begin{document}
> 
> \begin{pspicture}(-3.25,-2.25)(3.25,5.25)
> \psset{xunit=2cm,yunit=2cm,Alpha=30,Beta=15}
> \pstThreeDCoor[linewidth=0.5pt,linecolor=Green4,xMin=-2,xMax=2,yMin=-4,yMax=4,zMax=2]
> \pstVerb{/pi 3.14159265 def}
> \multido{\n=0+1}{10}{%
> \pscustom[fillstyle=solid,fillcolor=DeepSkyBlue1]{\parametricplotThreeD[xPlotpoints=200,linecolor=Blue1,linewidth=1.0pt,plotstyle=curve](0,180){0

\pscustom[fillstyle=solid,fillcolor=DeepSkyBlue1,opacity=0.5]{...

and the same for the other \pscustom

Herbert



More information about the PSTricks mailing list