LinearSrgb constructor

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

Implementation

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