(PECL cairo >= 0.1.0)
CairoGradientPattern::addColorStopRgba — The addColorStopRgba purpose
$offset
, float $red
, float $green
, float $blue
, float $alpha
) : voidThe method description goes here.
This function is currently not documented; only its argument list is available.
offset
Description...
red
Description...
green
Description...
blue
Description...
alpha
Description...
Description...
Example #1 CairoGradientPattern::addColorStopRgba() example
<?php
/* ... */
?>
The above example will output something similar to:
...