Page 1 of 1

Blt into E2DSurfaceRGBA

PostPosted: Dec 30, 2009 @ 1:12am
by tinybulb.com
Hello,

Is there any easy way to blt into E2DSurfaceRGBA? It seems that there are such methods for E2DSurface but for RGBA implementation only Lock and Unlock available that require a lot of coding to handle all possible formats etc. Maybe I missed something?

With best regards,
NL

PostPosted: Jan 4, 2010 @ 10:45am
by edge
Hi,

Unfortunately, the only way to do this fast is to lock surfaces and blit manually. If performance is not an issue, putpixel/getpixel could work as well.