Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Service/
H A DColorService.php56 $colors[] = $this->rgbToHex(
63 $colors[] = $this->rgbToHex($e[0], $e[1], $e[2]);
77 private function rgbToHex(int $r, int $g, int $b): string function in Fisharebest\\Webtrees\\Statistics\\Service\\ColorService