BitmapRgbOverlay constructor

BitmapRgbOverlay(
  1. double red,
  2. double green,
  3. double blue,
  4. double scale,
)

Implementation

BitmapRgbOverlay(this.red, this.green, this.blue, this.scale);