Pdf/Color/Html.php
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.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Pdf
- Version
- $Id: Html.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Pdf_Color_Html
Factory class which vends Zend_Pdf_Color objects from typical HTML representations.
- Parent(s)
- \Zend_Pdf_Color
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods


__construct(mixed $color) : void
Class constructor.
Name | Type | Description |
---|---|---|
$color | mixed |
Exception | Description |
---|---|
\Zend_Pdf_Exception |


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 |