lasqueImageDisposeMethod

Dispose method

Definition

typedef NS_ENUM(NSUInteger, lasqueImageDisposeMethod ) {
   lasqueImageDisposeNone = 0,
   lasqueImageDisposeBackground,
   lasqueImageDisposePrevious,
};

Constants

lasqueImageDisposeNone

not dispose

TuSDKCPImage.h.

lasqueImageDisposeBackground

The frame’s region of the canvas is to be cleared to fully transparent black before rendering the next frame.

TuSDKCPImage.h.

lasqueImageDisposePrevious

The frame’s region of the canvas is to be reverted to the previous contents before rendering the next frame.

TuSDKCPImage.h.

TuSDKCPImage.h