Gimp.value_get_rgb_array

@accepts(GObject.Value)
@returns([Gimp.RGB])
def value_get_rgb_array(value):
    # Python wrapper for gimp_value_get_rgb_array()
  

Gets the contents of a %GIMP_TYPE_RGB_ARRAY GObject.Value

value

A valid value of type %GIMP_TYPE_RGB_ARRAY

Returns