You'll have to enable blending first, havn't any wrapper for that in glxtreem yet:

glEnable(GL_BLEND);
glBlendFunct(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);

GLXDraw.UseColor(R,G,B,A)

// Render primitives.