lasqueImageDisposeMethod Constants Reference
| Declared in | TuSDKCPImage.h |
|---|
lasqueImageDisposeMethod
Dispose method
Definition
typedef NS_ENUM(NSUInteger, lasqueImageDisposeMethod ) {
lasqueImageDisposeNone = 0,
lasqueImageDisposeBackground,
lasqueImageDisposePrevious,
};
Constants
lasqueImageDisposeNone-
not dispose
Declared In
TuSDKCPImage.h. lasqueImageDisposeBackground-
The frame’s region of the canvas is to be cleared to fully transparent black before rendering the next frame.
Declared In
TuSDKCPImage.h. lasqueImageDisposePrevious-
The frame’s region of the canvas is to be reverted to the previous contents before rendering the next frame.
Declared In
TuSDKCPImage.h.
Declared In
TuSDKCPImage.h