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