(PECL cairo >= 0.1.0)
CairoGradientPattern::addColorStopRgba — The addColorStopRgba purpose
$offset
   , string $red
   , string $green
   , string $blue
   , string $alpha
   )The method description goes here.
本函数还未编写文档,仅有参数列表。
offset
     Description...
red
     Description...
green
     Description...
blue
     Description...
alpha
     Description...
Description...
Example #1 CairoGradientPattern::addColorStopRgba() example
<?php
/* ... */
?>
以上例程的输出类似于:
...