ColorQueryEvent constructor

const ColorQueryEvent(
  1. int r,
  2. int g,
  3. int b
)

Constructs a new instance of ColorQueryEvent.

Implementation

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