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