Grx.TextOptions.get_bg_color

@accepts(Grx.TextOptions)
@returns(Grx.Color)
def get_bg_color(self):
    # Python wrapper for grx_text_options_get_bg_color()
  

Gets the background color.

self

the options

Returns