Grx.color_put
function color_put(c: Grx.Color): void {
// Gjs 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
function color_put(c: Grx.Color): void {
// Gjs 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