Tests für HSV hinzugefügt.
This commit is contained in:
@@ -5,6 +5,7 @@ namespace TorstenHettstedt\Colors\Transformer;
|
||||
|
||||
|
||||
use TorstenHettstedt\Colors\ColorModels\CyanMagentaYellowKey;
|
||||
use TorstenHettstedt\Colors\ColorModels\HueSaturationValue;
|
||||
use TorstenHettstedt\Colors\ColorModels\RedGreenBlue;
|
||||
|
||||
interface ColorModelTransformInterface
|
||||
@@ -12,4 +13,6 @@ interface ColorModelTransformInterface
|
||||
public function toRedGreenBlue(): RedGreenBlue;
|
||||
|
||||
public function toCyanMagentaYellowKey(): CyanMagentaYellowKey;
|
||||
|
||||
public function toHueSaturationValue(): HueSaturationValue;
|
||||
}
|
||||
Reference in New Issue
Block a user