(no version information, might be only in CVS)
SWFGradient->addEntry -- Adds an entry to the gradient list
Description
void
swfgradient->addentry ( float ratio, int red, int green, int blue [, int a] )
Aviso |
Esta función
es EXPERIMENTAL. Esto significa que el
comportamiento de esta función, el nombre de esta
función y en definitiva TODO lo documentado sobre esta
función, puede cambiar en una futura version de PHP SIN
AVISO. La advertencia queda hecha, y utilizar esta extensión
queda bajo su propia responsabilidad. |
swfgradient->addentry() adds an entry to the gradient list.
ratio is a number between 0 and 1 indicating where in
the gradient this color appears. Thou shalt add entries in order of increasing ratio.
red, green, blue
is a color (RGB mode). Last parameter a is optional.