Quoting Sven Neumann ([EMAIL PROTECTED]): > Hi, > > johnny doe <[EMAIL PROTECTED]> writes: > > > I don't see any interfaces to display a raw pixel in directfb.h Is there a >function that does this? I would like to be able to specify x,y,r,g,b. Or is this >hidden in an implementation. > > just call IDirectSurface::FillRectangle with a width and height of 1.
Or if you are going to write more than one pixel you whould use the "Lock" and "Unlock" method of IDirectFBSurface. But you will have to care about pixel formats then. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" Convergence GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
