I want to paint a window with color gradation between two colors. I have long back worked on GDI+ calls from my C / C++ program. Could you please let me know how to use it?
On Apr 17, 2:02 am, Harish wrote: > I want to paint a window with color gradation between two colors. > I have long back worked on GDI calls from my C / C program. > Could you please let me know how to use it? Hi, You can use the following API to fill rectangle and triangle structures and interpolate between two colors: GradientFill() http://msdn2.microsoft.com/en-us/library/ms532348.aspx Kellie.