operator [] method

Color? operator [](
  1. int value
)

Implementation

Color? operator [](int value) => mixer.getMix(value);