get_color_array


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
public Color[] get_color_array (string property_name)

A function for bindings to get a [type@ColorArray] property.

Getting these with [method@GObject.Object.get] or [method@GObject.Object.get_property] won't work for the time being so all our boxed array types must be set and get using these alternative functions instead.

C plug-ins should just use [method@GObject.Object.get].

Parameters:

this

a ProcedureConfig

property_name

the name of a ParamSpecBoxed param spec with [type@ColorArray] value type.

Returns:

an array of Objects.