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