PHP. Руководство по PHP. 2005
SWFGradientHREF="function.swfgradient.addentry.html">HREF="function.swfmorph.getshape1.html">Пред.
SWFGradient
(PHP4 >= 4.0.5)SWFGradient -- Creates a gradient object
Description
SWFGradient swfgradient (void)Внимание |
-Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ.
Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск. |
swfgradient() creates a new SWFGradient object.
After you've added the entries to your gradient, you can use the gradient in a shape fill with the swfshape->addfill() method.
SWFGradient has the following methods : swfgradient->addentry().
This simple example will draw a big black-to-white gradient as background, and a reddish disc in its center.
SWFGradient->addEntry
SWFMorph->getshape1