CairoContext::setSourceRGBA

(PECL cairo >= 0.1.0)
The setSourceRGBA purpose
public void CairoContext::setSourceRGBA ( string $red, string $green, string $blue, string $alpha )

Object oriented style (method):

Procedural style:

void cairo_set_source ( CairoContext $context , CairoPattern $pattern )

Description here.

Parameters:
context

Description...

pattern

Description...

red

Description...

green

Description...

blue

Description...

alpha

Description...

Returns:

Description...

This function is currently not documented; only its argument list is available.

Examples:
Object oriented style
<?php
/* ... */
?>

The above example will output something similar to:

...
Procedural style
<?php
/* ... */
?>

The above example will output something similar to:

...
doc_php
2016-02-24 15:59:07
Comments
Leave a Comment

Please login to continue.