Die Transformung von CMYK zu RGB erfolgt über HSV.

This commit is contained in:
2021-03-04 11:30:17 +01:00
parent 336c9c63da
commit 58c0f5f717
3 changed files with 58 additions and 15 deletions
@@ -222,8 +222,6 @@ class CyanMagentaYellowKeyTransformerTest extends Unit
*/
public function testToRedGreenBlue(array $cmyk, array $rgb)
{
$this->markTestSkipped('Das Verhalten muss über HSL erforscht werden.');
$this->color = $this->make(CyanMagentaYellowKey::class, $cmyk);
$transformer = new CyanMagentaYellowKeyTransformer($this->color);