ColorTriplet constructor

const ColorTriplet(
  1. double r,
  2. double g,
  3. double b
)

Construct a new ColorTriplet.

Implementation

const ColorTriplet(this.r, this.g, this.b);