Fix Calc
This commit is contained in:
parent
7d30d4d34c
commit
32e3b9739b
@ -35,7 +35,7 @@ class ColorOpt extends Opt
|
|||||||
$this->colorHex = $colorHex;
|
$this->colorHex = $colorHex;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getColorCMYK(): HEX|null
|
public function getColorCMYK(): CMYK|null
|
||||||
{
|
{
|
||||||
return $this->colorCMYK;
|
return $this->colorCMYK;
|
||||||
}
|
}
|
||||||
@ -45,7 +45,7 @@ class ColorOpt extends Opt
|
|||||||
$this->colorCMYK = $colorCMYK;
|
$this->colorCMYK = $colorCMYK;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getColorRGB(): HEX|null
|
public function getColorRGB(): RGB|null
|
||||||
{
|
{
|
||||||
return $this->colorRGB;
|
return $this->colorRGB;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user