The following example does not render the color when the width of the Rectangle is negative as if the interior of the face disappears. Is that the intended behavior?
patch = WorkPlane().Rectangle(-1, 1).Face()
patch.col = (1,0,0,1)
netgen.webgui.Draw(patch)