Zend Framework
1.12
|
Public Member Functions | |
__construct ($r, $g, $b) | |
Object constructor. | |
instructions ($stroking) | |
Instructions, which can be directly inserted into content stream to switch color. | |
getComponents () | |
Get color components (color space dependent) | |
![]() | |
instructions ($stroking) | |
Instructions, which can be directly inserted into content stream to switch color. | |
getComponents () | |
Get color components (color space dependent) | |
__construct | ( | $r, | |
$g, | |||
$b | |||
) |
Object constructor.
float | $r | |
float | $g | |
float | $b |
Clamp values to legal limits.
getComponents | ( | ) |
Get color components (color space dependent)
instructions | ( | $stroking | ) |
Instructions, which can be directly inserted into content stream to switch color.
Color set instructions differ for stroking and nonstroking operations.
boolean | $stroking |