lerp MethodStatic
Interpolate between two 0xTTBBGGRR colors using a weighting factor.
lerp(tbgr1: number, tbgr2: number, weight: number): number
Returns - number
The linear interpolation between tbgr1
and tbgr2
using the specified weight.
Defined in
- core/common/src/ColorDef.ts Line 415
Last Updated: 20 June, 2023