Searched refs:interpolateRgb (Results 1 – 12 of 12) sorted by relevance
/webtrees/app/Statistics/Google/ |
H A D | ChartMortality.php | 81 … $colors = $this->color_service->interpolateRgb($color_living, $color_dead, count($data) - 1);
|
H A D | ChartCommonGiven.php | 83 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
|
H A D | ChartFamilyWithSources.php | 81 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
|
H A D | ChartIndividualWithSources.php | 81 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
|
H A D | ChartMedia.php | 78 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
|
H A D | ChartFamilyLargest.php | 106 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
|
H A D | ChartCommonSurname.php | 141 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
|
H A D | ChartDivorce.php | 105 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
|
H A D | ChartDeath.php | 105 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
|
H A D | ChartBirth.php | 105 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
|
H A D | ChartMarriage.php | 105 $colors = $this->color_service->interpolateRgb($color_from, $color_to, count($data) - 1);
|
/webtrees/app/Statistics/Service/ |
H A D | ColorService.php | 42 public function interpolateRgb(string $startColor, string $endColor, int $steps): array function in Fisharebest\\Webtrees\\Statistics\\Service\\ColorService
|