Gimp.value_set_rgb_array

@accepts(GObject.Value, [Gimp.RGB], gsize)
@returns(none)
def value_set_rgb_array(value, data, length):
    # Python wrapper for gimp_value_set_rgb_array()
  

Sets the contents of value to data.

value

A valid value of type %GIMP_TYPE_RGB_ARRAY

data

A Gimp.RGB array

length

The number of elements in data