Gimp.color_array_free

function color_array_free(array: Gimp.ColorArray): void {
    // Gjs wrapper for gimp_color_array_free()
}
  

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

array

an array of colors.