UvColor.rgb constructor

const UvColor.rgb(
  1. int r,
  2. int g,
  3. int b, {
  4. int a,
})

Implementation

const factory UvColor.rgb(int r, int g, int b, {int a}) = UvRgb;