@microsoft/fast-colors > blendMultiply
blendMultiply() function
Blends two colors with the multiply mode
Signature:export declare function blendMultiply(bottom: ColorRGBA64, top: ColorRGBA64): ColorRGBA64;
Parameters
Parameter | Type | Description |
---|---|---|
bottom | ColorRGBA64 | |
top | ColorRGBA64 |
Remarks
The alpha channel of the input is ignored