Die grauen Farben werden korrekt ermittelt.
This commit is contained in:
@@ -49,6 +49,15 @@ class HueSaturationValueToRedGreenBlue
|
||||
|
||||
|
||||
protected function processConvert(): void
|
||||
{
|
||||
if ($this->saturation === 0.0) {
|
||||
$this->red = $this->green = $this->blu = $this->value;
|
||||
} else {
|
||||
$this->splitColor();
|
||||
}
|
||||
}
|
||||
|
||||
protected function splitColor(): void
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user