Gimp.value_get_float_array

@accepts(GObject.Value)
@returns([float])
def value_get_float_array(value):
    # Python wrapper for gimp_value_get_float_array()
  

Gets the contents of a %GIMP_TYPE_FLOAT_ARRAY GObject.Value

value

A valid value of type %GIMP_TYPE_FLOAT_ARRAY

Returns