[]
type CompositeAndBlendOptions = BitBltOptions & object;
Provides options for the Bitmap#compositeAndBlend method.
optional blendMode?: BlendMode;
The blending method used to mix the source and destination colors. The default is "Normal".
optional compositeMode?: CompositeMode;
The Porter Duff compositing method. The default is "SourceOver".