Ejemplo n.º 1
0
 public static GsImage FromColorData(GsColor[] data, int width, int height)
 {
     return(sProvider.FromColorData(data, width, height));
 }