Grx.color_put
@accepts(Grx.Color)
@returns(none)
def color_put(c):
# Python wrapper for grx_color_put()
Releases a color that was obtained by Grx.color_get and friends.
This has no effect in RGB or grayscale graphics modes.
- c
the color
@accepts(Grx.Color)
@returns(none)
def color_put(c):
# Python wrapper for grx_color_put()
Releases a color that was obtained by Grx.color_get and friends.
This has no effect in RGB or grayscale graphics modes.
the color