Public Member Functions | ||||
| add (Color $color) | ||||
| ||||
| clear () | ||||
| ||||
| getRandomTextColor () | ||||
| ||||
| getColors () | ||||
| isEmpty () | ||||
Private Attributes | ||||
| $colors = array() | ||||
Definition at line 16 of file ColorArray.class.php.
| ColorArray::add | ( | Color $ | color | ) |
| ColorArray::clear | ( | ) |
| ColorArray::getRandomTextColor | ( | ) |
| MissingElementException |
Definition at line 44 of file ColorArray.class.php.
References isEmpty().

| ColorArray::getColors | ( | ) |
Definition at line 52 of file ColorArray.class.php.
| ColorArray::isEmpty | ( | ) |
ColorArray::$colors = array() [private] |
Definition at line 18 of file ColorArray.class.php.
1.5.4