|
From: Petr M. <mi...@ph...> - 2005-02-15 07:37:40
|
> > palfuncparam <samples>{,<maxdeviation>}
>
> sorry, I don't know what that one does. Petr?
> Is there any reason this should be a terminal-specific function?
All terminals, except for postscript, use sth like
R,G,B = getRgbColor()
term->set_color(R,G,B)
in postscript, it has its own "formula expression" written in postscript
instead of getRgbColor(). That "palfuncparam" sets its sampling for color
formulae provided as linear gradients.
So, it's really just for postscript.
---
PM
|