[]
        
(Showing Draft Content)

CompositeAndBlendOptions

Type Alias: CompositeAndBlendOptions

type CompositeAndBlendOptions = BitBltOptions & object;

Provides options for the Bitmap#compositeAndBlend method.

Type Declaration

blendMode?

optional blendMode?: BlendMode;

The blending method used to mix the source and destination colors. The default is "Normal".

compositeMode?

optional compositeMode?: CompositeMode;

The Porter Duff compositing method. The default is "SourceOver".