Home | History | Annotate | Download | only in opengl

Lines Matching refs:glColor4ub

980     public void glColor4ub(byte red, byte green, byte blue, byte alpha) {
982 mgl11.glColor4ub(red, green, blue, alpha);