Zend Framework
1.12
|
Public Member Functions | |
__construct ($color) | |
Class 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) | |
Static Public Member Functions | |
static | color ($color) |
Creates a Zend_Pdf_Color object from the HTML representation. | |
static | namedColor ($color) |
Creates a Zend_Pdf_Color object from the named color. | |
__construct | ( | $color | ) |
|
static |
Creates a Zend_Pdf_Color object from the HTML representation.
string | $color | May either be a hexidecimal number of the form #rrggbb or one of the 140 well-known names (black, white, blue, etc.) |
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 |
|
static |
Creates a Zend_Pdf_Color object from the named color.
string | $color | One of the 140 well-known color names (black, white, blue, etc.) |