How would one make these screen effects?

imageBlit() just copy a rect area from Src image to the other rect area of Dst image. x,y,w,h are top, left, width, height of these rects. The transparent can be set true/false as your need, and the check should be always false, otherwise nothing will happen.

1 Like