Ejemplo n.º 1
0
 public void SetPixelColor(int theX, int theY, Quantity_ColorRGBA theColor, bool theToDeLinearize)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void SetPixelColor(int theX, int theY, Quantity_ColorRGBA theColor)
 {
     throw new NotImplementedException();
 }
 public void SetColor(Quantity_ColorRGBA theColor)
 {
     throw new NotImplementedException();
 }