eZMath provide a simple math library for common math operations More...
Public Member Functions | |
| eZMath () | |
Static Public Member Functions | |
| & | normalizeColorArray (&$array) |
| rgbToCMYK ($rgbArray) | |
| rgbToCMYK2 ($r, $g, $b) | |
eZMath provide a simple math library for common math operations
Definition at line 41 of file ezmath.php.
| eZMath::eZMath | ( | ) |
Constructor
Definition at line 46 of file ezmath.php.
| & eZMath::normalizeColorArray | ( | &$ | array | ) | [static] |
Normalize RGB color array to 0..1 range
| array | to normalize (changes values in array) |
Definition at line 59 of file ezmath.php.
Referenced by eZPDF::modify().
| eZMath::rgbToCMYK | ( | $ | rgbArray | ) | [static] |
Convert RGB to CMYK, Normalized values, between 0 and 1
| RGB | array |
Definition at line 77 of file ezmath.php.
Referenced by Cpdf::Cpdf(), Cpdf::o_shading(), and rgbToCMYK2().
| eZMath::rgbToCMYK2 | ( | $ | r, | |
| $ | g, | |||
| $ | b | |||
| ) | [static] |
Convert rgb to CMYK
| R | ||
| B | ||
| G |
Definition at line 109 of file ezmath.php.
Referenced by eZPDFTable::ezTable(), eZPDF::modify(), Cpdf::o_shading(), eZPDFTable::pushStack(), Cpdf::setColorRGB(), and Cpdf::setStrokeColorRGB().
1.6.3