Grafika\DrawingObject\CubicBezier::getColor PHP Method

getColor() public method

public getColor ( ) : Color
return Grafika\Color
    public function getColor()
    {
        return $this->color;
    }