ColorRgb8 constructor

ColorRgb8(
  1. int r,
  2. int g,
  3. int b
)

Implementation

ColorRgb8(int r, int g, int b) : super.rgb(r, g, b);