Пример #1
0
 public ColorRGB(uint rgb)
 {
     ColorRGB.GetRGBBytes(rgb, out this._r, out this._g, out this._b);
 }