$blend abstract method

Color $blend(
  1. Color c1,
  2. Color c2,
  3. double blendWeight
)

Implementation

Color $blend(
  Color c1,
  Color c2,
  double blendWeight,
);