Пример #1
0
 public string ToWebColorString()
 {
     return(ColorRGB.ToWebColorString(this._r, this._g, this._b));
 }