Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Service/
H A DColorService.php48 $s = $this->hexToRgb($startColor);
49 $e = $this->hexToRgb($endColor);
89 private function hexToRgb(string $hex): array function in Fisharebest\\Webtrees\\Statistics\\Service\\ColorService