mixWith method

TColor mixWith(
  1. TColor clr
)

Implementation

TColor mixWith(TColor clr) => TColor.mix(this, clr);