Esempio n. 1
0
 public void glBlendColor(float red, float green, float blue, float alpha) {
   GL14.glBlendColor(red, green, blue, alpha);
 }