Example #1
0
 public static void Color4(byte r, byte g, byte b, byte a)
 {
     Delegates.Color4ub(r, g, b, a);
 }