Home | History | Annotate | Download | only in opengl

Lines Matching defs:glColor4ub

2801     public void glColor4ub(byte red, byte green, byte blue, byte alpha) {
2802 begin("glColor4ub");
2808 mgl11.glColor4ub(red, green, blue, alpha);