Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cairo_pattern_add_color_stop_rgba(3) [php man page]

CAIRO_PATTERN_ADD_COLOR_STOP_RGBA(3)					 1				      CAIRO_PATTERN_ADD_COLOR_STOP_RGBA(3)

cairo_pattern_add_color_stop_rgba - Description

SYNOPSIS
void cairo_pattern_add_color_stop_rgba (CairoGradientPattern $pattern, float $offset, float $red, float $green, float $blue, float $alpha) DESCRIPTION
The function description goes here. Warning This function is currently not documented; only its argument list is available. PARAMETERS
o $pattern - Description... o $offset - Description... o $red - Description... o $green - Description... o $blue - Description... o $alpha - Description... RETURN VALUES
What is returned on success and failure ERRORS
/EXCEPTIONS When does this function issue E_* level errors, and/or throw exceptions. EXAMPLES
Example #1 cairo_pattern_add_color_stop_rgba(3) example Any text that describes the purpose of the example, or what goes on in the example should be here. <?php /* ... */ ?> The above example will output something similar to: SEE ALSO
related-function-name-here(3). PHP Documentation Group CAIRO_PATTERN_ADD_COLOR_STOP_RGBA(3)

Check Out this Related Man Page

SWFDISPLAYITEM(3)							 1							 SWFDISPLAYITEM(3)

The SWFDisplayItem class

INTRODUCTION
SWFDisplayItem. CLASS SYNOPSIS
SWFDisplayItem SWFDisplayItem Methods o void SWFDisplayItem::addAction (SWFAction $action, int $flags) o void SWFDisplayItem::addColor (int $red, int $green, int $blue, [int $a]) o void SWFDisplayItem::endMask (void ) o float SWFDisplayItem::getRot (void ) o float SWFDisplayItem::getX (void ) o float SWFDisplayItem::getXScale (void ) o float SWFDisplayItem::getXSkew (void ) o float SWFDisplayItem::getY (void ) o float SWFDisplayItem::getYScale (void ) o float SWFDisplayItem::getYSkew (void ) o void SWFDisplayItem::move (float $dx, float $dy) o void SWFDisplayItem::moveTo (float $x, float $y) o void SWFDisplayItem::multColor (float $red, float $green, float $blue, [float $a]) o void SWFDisplayItem::remove (void ) o void SWFDisplayItem::rotate (float $angle) o void SWFDisplayItem::rotateTo (float $angle) o void SWFDisplayItem::scale (float $dx, float $dy) o void SWFDisplayItem::scaleTo (float $x, [float $y]) o void SWFDisplayItem::setDepth (int $depth) o void SWFDisplayItem::setMaskLevel (int $level) o void SWFDisplayItem::setMatrix (float $a, float $b, float $c, float $d, float $x, float $y) o void SWFDisplayItem::setName (string $name) o void SWFDisplayItem::setRatio (float $ratio) o void SWFDisplayItem::skewX (float $ddegrees) o void SWFDisplayItem::skewXTo (float $degrees) o void SWFDisplayItem::skewY (float $ddegrees) o void SWFDisplayItem::skewYTo (float $degrees) PHP Documentation Group SWFDISPLAYITEM(3)
Man Page

4 More Discussions You Might Find Interesting

1. AIX

2 way and 4 way Hardware Description

Hi, I would like to know the significance of 2 way and 4 way and 8 way Hardware Description, like 2 way p595 and 4 way p695 servers. What exactly does "2 way", "4 way" mean ? (1 Reply)
Discussion started by: praveenr
1 Replies

2. UNIX for Dummies Questions & Answers

merge lines within a file that start with a similar pattern

Hello! i have a text file.. which contains the data as follows i want to merge the declarations lines pertaining to one datatype in to a single line as follows i've searched the forum for help.. but couldn't find much help.. how can i do this?? (1 Reply)
Discussion started by: a_ba
1 Replies

3. Shell Programming and Scripting

Request to checkVenn diagram issue solve by Unix programm

Hello Any Unix programm can help me to solve thsi issue: I have 2 venn digrams please checke the attached file for pictures of venn diagram for eg red is A yellow is B and green is C..Please see attached file for Venn diagrams In one ..... I have 3 data set A , B and C Venn diagram... (0 Replies)
Discussion started by: manigrover
0 Replies

4. UNIX for Advanced & Expert Users

Show Asterisks when changing Password

Note: **Showing Asterisks when using SUDO is not what I am looking for. That method is well documented** Short Description: We have a requirement where users want to see that they are typing a password when logging into a RedHat box or when they are changing their password -- instead of... (1 Reply)
Discussion started by: caperjm
1 Replies