Die Umwandlung von RGB zu HSV ist erfolgreich. Dabei musste die Genauigkeit angepasst werden.

This commit is contained in:
2021-03-09 15:26:04 +01:00
parent f8868ddd37
commit 9bc53ed768
2 changed files with 60 additions and 46 deletions
@@ -123,7 +123,7 @@ class ValidColorValuesProvider
'violet' => [
self::CMYK => [
'cyan' => 0.19,
'magenta' => 0.32,
'magenta' => 0.321,
'yellow' => 0.0,
'key' => 0.29,
],
@@ -134,7 +134,7 @@ class ValidColorValuesProvider
],
self::HSV => [
'hue' => 0.734,
'saturation' => 0.32,
'saturation' => 0.321,
'value' => 0.71,
],
],