On Sun, Jan 6, 2013 at 1:07 PM, Nándor Gáspár <[email protected]> wrote: > If I'm not mistaken the first two xy coordinates are defining the start and > the end point of the gradient. (they are separated with ":" character) > The third part (after the second ":") is defining "stops", which means > specific color at a specific percentage along the gradient axis. (And there > can be multiple instances too) > > I found this here: > http://awesome.naquadah.org/doc/api/modules/gears.color.html#create_pattern > > And maybe this can help too: > https://developer.mozilla.org/en-US/docs/CSS/linear-gradient > (I know that this is for css, but it seems to use the same logic here, and > the documentation is quite good.)
Thank you, I now understand what the line is for! And now g.schlmm's answer makes a lot more sense :) Thanks to both of you! Vitor -- To unsubscribe, send mail to [email protected].
