Gradient Color for Caption Bar

Mike McCormack mike at codeweavers.com
Wed Oct 27 14:09:58 CDT 2004


William Poetra Yoga H wrote:
> Use GdiGradientFill (not GradientFill) to implement gradient caption bar (for now).

GradientFill is pretty slow, as it files the rectangle line by line. 
I'm not sure how much this is going to slow down a normal application. 
It used to draw pixel by pixel, and that was a very noticable 
slowdown... line by line is much faster than that, but it still may 
cause a slowdown in some circumstances.

Anybody have any ideas about how to speed up GradientFill?

Mike



More information about the wine-devel mailing list