gradiant

Need example of WPF Gradiant Picker

I'm looking for a WPF Gradient Picker example and source code. The goal is to allow the user of a WPF application to pick the gradient brush to use for a background or foreground. I've seen pickers in Blend (too confusing for a casual user) and Photo Shop. I'm looking for a WPF implementation of something along the line of the Photo S...

Problems with the Gradiant classes in QT Embedded 4.5 on ARM Platform

Hi, I had downloaded Qt Embedded 4.5 few months back and cross compiled it for ARM platform. after deploying my application on the target ARM board, i noticed that the application stalled, eating up around 99% of the CPU whenever i used QLinearGradiant or QRadialGradiant in my app through style sheets. On removing the gradiance code, t...