Esempio n. 1
0
 public static void Color4(float r, float g, float b, float a)
 {
     Delegates.Color4f(r, g, b, a);
 }