Function

Gimpvalue_dup_rgb_array

Declaration [src]

GimpRGB*
gimp_value_dup_rgb_array (
  const GValue* value
)

Description [src]

Gets the contents of a GIMP_TYPE_RGB_ARRAY GValue.

Parameters

value

Type: GValue

A valid value of type GIMP_TYPE_RGB_ARRAY.

The data is owned by the caller of the function.

Return value

Type: An array of GimpRGB

The contents of value.

The caller of the function takes ownership of the data, and is responsible for freeing it.