[]
type AlphaBlendOptions = BitBltOptions & object;
Provides options for the Bitmap#alphaBlend method.
optional opacity?: number;
The opacity [0, 1] of the source bitmap, to multiply to the source bitmap's alpha channel. The default is 1.