ColorRGBA({ double? r, double? g, double? b, double? a, }): this.r = r ?? 0.0, this.g = g ?? 0.0, this.b = b ?? 0.0, this.a = a ?? 0.0;