Color3i constructor

Color3i(
  1. int r,
  2. int g,
  3. int b, {
  4. double a = 1.0,
})

Implementation

Color3i(this.r, this.g, this.b, {this.a = 1.0});