Grafika\DrawingObject\Line::getColor PHP Method

getColor() public method

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