(no version information, might be only in CVS)
SWFShape->setRightFill -- Sets right rasterizing color
Description
void
swfshape->setrightfill ( swfgradient fill )
Warning |
This function is
EXPERIMENTAL. The behaviour of this function, the
name of this function, and anything else documented about this
function may change without notice in a future release of PHP.
Use this function at your own risk. |
void
swfshape->setrightfill ( int red, int green, int blue [, int a] )
Warning |
This function is
EXPERIMENTAL. The behaviour of this function, the
name of this function, and anything else documented about this
function may change without notice in a future release of PHP.
Use this function at your own risk. |
See also
swfshape->setleftfill().
Shortcut for swfshape->setrightfill($s->addfill($r, $g, $b [, $a]));.