Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DFanChartModule.php295 $text_color = $this->imageColor($image, '000000');
297 'M' => $this->imageColor($image, 'b1cff0'),
298 'F' => $this->imageColor($image, 'e9daf1'),
299 'U' => $this->imageColor($image, 'eeeeee'),
483 protected function imageColor(GdImage $image, string $css_color): int function in Fisharebest\\Webtrees\\Module\\FanChartModule
/webtrees/
H A Dphpstan-baseline.neon4420 …message: '#^Method Fisharebest\\Webtrees\\Module\\FanChartModule\:\:imageColor\(\) should return i…