User:Subrime

ideas for gradients in love:

from irc:loveclub

subrime: I have an idea add a love.graphics.gradient function that can stand in for a series of colours in setColor

the gradient function can take things like a direction and two colours and it returns the correct seties of rgba values for setColor

eg setcolor(love.graphics.gradient(red,yellow,math.pi/3))

if the number of colour points set is 4 and is different from the number of vertices being drawn, fit a bounding rectangle and moodulate with its gradient

does this cover what you were envisioning?

anjo: actually, yes it does, and quite nicely.