Color constructor

最近更新时间:2022-09-20 05:17:40

Color(
    int red,
    int green,
    int blue
)

Constructs a Color

Implementation

Color(this.red, this.green, this.blue);