Gimp.value_get_uint8_array

@accepts(GObject.Value)
@returns([guint8])
def value_get_uint8_array(value):
    # Python wrapper for gimp_value_get_uint8_array()
  

Gets the contents of a %GIMP_TYPE_UINT8_ARRAY GObject.Value

value

A valid value of type %GIMP_TYPE_UINT8_ARRAY

Returns