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