right now I try to find a nice way to create a curve editor widget.
The basic operations I need to do on the drawing area are limited to drawing lines of differing colour.
CrazyEddie, can you give me a hint where to look for an easy solution? I'm still not casual enough with CEGUI
![Wink ;)](./images/smilies/icon_wink.gif)
I could use an CEGUI::Texture and render manually into it (and copying the buffer) but I don't see how bit-depth etc can be selected generically. Or I could render degenerated quads, or ...
Any ideas?
-psy