Is there a method I can use to generate non-linear Gradient brushes in c#?
To clarify: Im not looking for a gradient that can be applied to a non-linear path. Rather, I am looking for a gradient between 2 colours that fades between the two in a non-linear fashion i.e. the rate of changs is quicker at the start of the gradient and slows down as the brush nears the finishing point.
Is this even remotly possible in c# using gdi+?