Die Umwandlung von RGB zu HSV ist erfolgreich. Dabei musste die Genauigkeit angepasst werden.
This commit is contained in:
@@ -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,
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user