ImageBlendOperation
帧图像混合操作 指定当前帧图像的透明像素与前一个画布的透明像素的混合方式
Definition
typedef NS_ENUM(NSUInteger, ImageBlendOperation ) {
ImageBlendNone = 0,
ImageBlendOver,
};
Constants
TuSDKImageFrame.h