X11RgbColorItem constructor

const X11RgbColorItem(
  1. int pixel, {
  2. int? red = 0,
  3. int? green = 0,
  4. int? blue = 0,
})

Implementation

const X11RgbColorItem(this.pixel,
    {this.red = 0, this.green = 0, this.blue = 0});