$c
$c : float
Cyan
Pdf page CMYK color class
__construct(mixed $c, mixed $m, mixed $y, mixed $k) : \Pop\Pdf\Document\Page\Color\Cmyk
Constructor
Instantiate a PDF CMYK Color object
| mixed | $c | 0 - 100  | 
                            
| mixed | $m | 0 - 100  | 
                            
| mixed | $y | 0 - 100  | 
                            
| mixed | $k | 0 - 100  | 
                            
setC(mixed  $c) : \Pop\Pdf\Document\Page\Color\Cmyk
                Set the cyan value
| mixed | $c | 
setM(mixed  $m) : \Pop\Pdf\Document\Page\Color\Cmyk
                Set the magenta value
| mixed | $m | 
setY(mixed  $y) : \Pop\Pdf\Document\Page\Color\Cmyk
                Set the yellow value
| mixed | $y | 
setK(mixed  $k) : \Pop\Pdf\Document\Page\Color\Cmyk
                Set the black value
| mixed | $k |