Color.fromARGB constructor

Color.fromARGB(
  1. int a,
  2. int r,
  3. int g,
  4. int b,
)

Implementation

Color.fromARGB(int a, int r, int g, int b);