Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
HTML color implementation
Factory class which vends Zend_Pdf_Color objects from typical HTML representations.

color(
string $color
)
:
\Zend_Pdf_Color
Creates a Zend_Pdf_Color object from the HTML representation.
Name | Type | Description |
---|---|---|
$color | string | May either be a hexidecimal number of the form #rrggbb or one of the 140 well-known names (black, white, blue, etc.) |
Type | Description |
---|---|
\Zend_Pdf_Color |

instructions(
boolean $stroking
)
:
string
Instructions, which can be directly inserted into content stream to switch color.
Color set instructions differ for stroking and nonstroking operations.
Name | Type | Description |
---|---|---|
$stroking | boolean |
Type | Description |
---|---|
string |

namedColor(
string $color
)
:
\Zend_Pdf_Color
Creates a Zend_Pdf_Color object from the named color.
Name | Type | Description |
---|---|---|
$color | string | One of the 140 well-known color names (black, white, blue, etc.) |
Type | Description |
---|---|
\Zend_Pdf_Color |