Bit Block Transfer (Bit Blit)

Bit blit is a data operation commonly used in computer graphics in which several bitmaps are combined into one using a boolean function. The operation involves at least two bitmaps: a “source” and a “destination”, and possibly a third that is often called the “mask”.

Introduced in CS349 when I was explained how the windowing system works .