PHP Velho Oeste 2024

SWFShape::setRightFill

(PHP 5 < 5.3.0, PECL ming SVN)

SWFShape::setRightFillEstablece el color de rasterización derecho

Descripción

SWFShape::setRightFill ( SWFGradient $fill ) : void
setRightFill ( int $red , int $green , int $blue [, int $a ] ) : void
Advertencia

Esta función ha sido declarada EXPERIMENTAL. Su funcionamiento, nombre y la documentación que le acompaña puede cambiar sin previo aviso en futuras versiones de PHP. Utilícela bajo su propia responsabilidad.

Atajo para $swfshape->setrightfill($s->addfill($r, $g, $b [, $a]));.

Valores devueltos

No devuelve ningún valor.

Ver también

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top