Exemplo n.º 1
0
 public virtual RGBA_Floats GetPixel(int x, int y)
 {
     return(linkedImage.GetPixel(y, x));
 }
Exemplo n.º 2
0
 public virtual ColorF GetPixel(int x, int y)
 {
     return(linkedImage.GetPixel(y, x));
 }