color = $color; } /** * @return DyeColor */ public function getColor() : DyeColor{ return $this->color; } }