Grafika\DrawingObject\Line::getColor PHP 메소드

getColor() 공개 메소드

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