Srgb(int r, int g, int b) : this._( r.toDouble() / 255.0, g.toDouble() / 255.0, b.toDouble() / 255.0);