Grx.color_get_value

@accepts(Grx.Color)
@returns(Grx.Color)
def color_get_value(c):
    # Python wrapper for grx_color_get_value()
  

Gets the color component of a color value.

c

the source color value

Returns