ColorParser.argb constructor

ColorParser.argb(
  1. int alpha,
  2. int red,
  3. int green,
  4. int blue,
)

Implementation

ColorParser.argb(this.alpha, this.red, this.green, this.blue);