SdlxColor constructor

SdlxColor(
  1. int r,
  2. int g,
  3. int b, [
  4. int a = 255,
])

Implementation

SdlxColor(this.r, this.g, this.b, [this.a = 255]);