|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Image/Pixel-Color Operations > ANA. - Imageworks > Blit-Operations |
Blit Operations handle fast image copying and surface-to-surface transfers with support for transparency and scaling.
Fast surface copyingTransparency supportAlpha blendingClipping and scaling
Quick Example
; Blit with transparency
SDL.BlitAlpha|source|dest|100|100|128
; 128 = 50% transparency
See Also