Home
last modified time | relevance | path

Searched refs:NamedColors (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/ !
DNamedColors.php5 class NamedColors class
DColorConverter.php47 if (isset(NamedColors::$colors[$color])) {
48 $color = NamedColors::$colors[$color];
/plugin/datatables/assets/pdfmake/ !
Dpdfmake.js19496 var NamedColors = {
19646 black: [NamedColors.black, 1],
19647 white: [NamedColors.white, 1],
19648 transparent: [NamedColors.black, 0]
20524 if (temp = NamedColors[raw]) {