Ejemplo n.º 1
0
 public void ToRgb24(ref Rgb24 dest)
 {
     dest.R = this.R;
     dest.G = this.G;
     dest.B = this.B;
 }
Ejemplo n.º 2
0
 public void ToRgb24(ref Rgb24 dest)
 {
     dest = default(Rgb24);
 }