Gets the current color.
In versions prior to 11.0, color component values were within the range of 0 to 255 instead of 0 to 1.
r, g, b, a = love.graphics.getColor( )
None.
number r
number g
number b
number a