bitmask on SDL

Started by
0 comments, last by hpolloni 20 years, 11 months ago
How can i use bitmask on SDL? edit: Don't worry,already figure it out how to blit iso tiles on SDL :D [edited by - hpolloni on May 4, 2003 2:07:32 PM]
Advertisement
Bitmasks - like blitting src (and/or/xor) mask to dst? I''m pretty sure you have to do it on your own - I think the only blits which SDL provides are straight src->dst, colorkeyed, and alpha.

Though if you''re only talking colorkeys, use SDL_SetColorkey!

KB
__KB

This topic is closed to new replies.

Advertisement