Grx.clear_clip_box

@accepts(Grx.Color)
@returns(none)
def clear_clip_box(bg):
    # Python wrapper for grx_clear_clip_box()
  

Clears the current clip box using the specified background color.

Thanks to the special Grx.Color definition, you can do more than simple clear with this functions, by example with: |[<!-- language="C" --> grx_clear_clip_box (grx_color_to_xor_mode (grx_color_get_white ())); ]| the clip box is negativized, do it again and the clip box is restored.

bg

the background color