GizmoColor constructor

const GizmoColor(
  1. double r,
  2. double g,
  3. double b, [
  4. double a = 1,
])

A literal linear RGBA color.

Implementation

const GizmoColor(this.r, this.g, this.b, [this.a = 1]) : bind = null;