Class Zend_Pdf_Color_RGB

Description

RGB color implementation

Located in /Zend/Pdf/Color/RGB.php (line 36)

Zend_Pdf_Color
   |
   --Zend_Pdf_Color_RGB
Variable Summary
Method Summary
 Zend_Pdf_Color_RGB __construct (float $r, float $g, float $b)
 string instructions (boolean $stroking)
Variables
Zend_Pdf_Element_Numeric $_b (line 60)

Blue level.

0.0 (zero concentration) - 1.0 (maximum concentration)

  • access: private
Zend_Pdf_Element_Numeric $_g (line 52)

Green level.

0.0 (zero concentration) - 1.0 (maximum concentration)

  • access: private
Zend_Pdf_Element_Numeric $_r (line 44)

Red level.

0.0 (zero concentration) - 1.0 (maximum concentration)

  • access: private
Methods
Constructor __construct (line 70)

Object constructor

  • access: public
Zend_Pdf_Color_RGB __construct (float $r, float $g, float $b)
  • float $r
  • float $g
  • float $b
instructions (line 94)

Instructions, which can be directly inserted into content stream to switch color.

Color set instructions differ for stroking and nonstroking operations.

  • access: public
string instructions (boolean $stroking)
  • boolean $stroking

Redefinition of:
Zend_Pdf_Color::instructions()
Instructions, which can be directly inserted into content stream to switch color.

Inherited Methods

Inherited From Zend_Pdf_Color

 Zend_Pdf_Color::instructions()

Documentation generated on Tue, 18 Apr 2006 11:55:33 -0700 by phpDocumentor 1.3.0RC3