(PECL cairo >= 0.1.0)
The addColorStopRgba purpose
public void CairoGradientPattern::addColorStopRgba ( string $offset, string $red, string $green, string $blue, string $alpha )
The method description goes here.
Parameters:
offset
Description...
red
Description...
green
Description...
blue
Description...
alpha
Description...
Returns:
Description...
This function is currently not documented; only its argument list is available.
Examples:
CairoGradientPattern::addColorStopRgba() example
<?php /* ... */ ?>
The above example will output something similar to:
...
Please login to continue.