Grx.color_get_value

function color_get_value(c: Grx.Color): Grx.Color {
    // Gjs wrapper for grx_color_get_value()
}
  

Gets the color component of a color value.

c

the source color value

Returns

the color component.