Home
last modified time | relevance | path

Searched refs:getHex (Results 1 – 4 of 4) sorted by relevance

/plugin/barcodes/lib/
H A DColor.php48 return (new Color($str))->getHex();
51 public function getHex() { function in DokuWiki\\Barcodes\\Color
56 return $this->getHex();
/plugin/barcodes/tests/
H A DColorTest.php34 self::assertEquals("123456", (new Color("#123456"))->getHex());
35 self::assertEquals("FEDCBA", (new Color("#FEDCBA"))->getHex());
/plugin/statistics/inc/pchart/
H A DColor.php92 public function getHex() { function in Color
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2getHex=function(){return 255*this.r<<16^255*this.g<<8^255*this.b<<0},e.getHexString=function(){ret…