Searched refs:rgbToHex (Results 1 – 1 of 1) sorted by relevance
56 $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