Class Zend_Pdf_Color_CMYK

Description

CMYK color implementation

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

Zend_Pdf_Color
   |
   --Zend_Pdf_Color_CMYK
Variable Summary
Method Summary
 Zend_Pdf_Color_CMYK __construct (float $c, float $m, float $y, float $k)
 string instructions (boolean $stroking)
Variables
Zend_Pdf_Element_Numeric $_c (line 44)

Cyan level.

0.0 (zero concentration) - 1.0 (maximum concentration)

  • access: private
Zend_Pdf_Element_Numeric $_k (line 68)

Key (BlacK) level.

0.0 (zero concentration) - 1.0 (maximum concentration)

  • access: private
Zend_Pdf_Element_Numeric $_m (line 52)

Magenta level.

0.0 (zero concentration) - 1.0 (maximum concentration)

  • access: private
Zend_Pdf_Element_Numeric $_y (line 60)

Yellow level.

0.0 (zero concentration) - 1.0 (maximum concentration)

  • access: private
Methods
Constructor __construct (line 79)

Object constructor

  • access: public
Zend_Pdf_Color_CMYK __construct (float $c, float $m, float $y, float $k)
  • float $c
  • float $m
  • float $y
  • float $k
instructions (line 107)

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:54:41 -0700 by phpDocumentor 1.3.0RC3