Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Google/
H A DChartMortality.php81 … $colors = $this->color_service->interpolateRgb($color_living, $color_dead, count($data) - 1);
H A DChartCommonGiven.php83 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
H A DChartFamilyWithSources.php81 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
H A DChartIndividualWithSources.php81 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
H A DChartMedia.php78 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
H A DChartFamilyLargest.php106 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
H A DChartCommonSurname.php141 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
H A DChartDivorce.php105 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
H A DChartDeath.php105 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
H A DChartBirth.php105 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
H A DChartMarriage.php105 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
/webtrees/app/Statistics/Service/
H A DColorService.php42 public function interpolateRgb(string $startColor, string $endColor, int $steps): array function in Fisharebest\\Webtrees\\Statistics\\Service\\ColorService