Esempio n. 1
0
 public ColorF GetPixel(int x, int y)
 {
     return(m_Blender.PixelToColorRGBA_Floats(m_FloatBuffer, GetBufferOffsetXY(x, y)));
 }