fromValue static method

ColorPair fromValue(
  1. int value
)

Implementation

static ColorPair fromValue(int value) => ColorPair._fromValue(value);