Hello, I need to bind with DirectFB an existing library that supports functions to get and set single pixels in a canvas. The corresponding functions in DirectFB would be as follows: GetPixelColor (IDirectFBSurface* thiz, int x, int y, u8* r, u8* g, u8* b, u8* a); SetPixelColor ( IDirectFBSurface* thiz, int x, int y, u8 r, u8 g, u8 b, u8 a);
I couldn't find a way to achieve this with the current API. Are there any plans to support this? Or maybe there's a workaround that I missed. Thank you, Francisco
_______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
