Searched refs:csscolors (Results 1 – 5 of 5) sorted by relevance
52 return csscolors::getColorValue ($name);62 return csscolors::getValueName ($value);72 return csscolors::isKnownColorName ($name);
158 if ($value [0] == '#' || csscolors::isKnownColorName($value)) {
12 class csscolors { class
152 * Moved 'csscolors.php' to subdirectory helper and converted it into a DokuWiki helper plugin.156 * Added new file 'csscolors.php'. It is a helper class to convert CSS color names
441 $color = csscolors::getColorValue ($part);