Gimp.color_array_free

@accepts(Gimp.ColorArray)
@returns(none)
def color_array_free(array):
    # Python wrapper for gimp_color_array_free()
  

Frees a None-terminated array of [class@Gegl.Color].

array

an array of colors.