Function

AgsGuiPlotset_bitmap_color

since: 3.2.0

Declaration [src]

void
ags_plot_set_bitmap_color (
  AgsPlot* plot,
  gdouble** bitmap_color
)

Description [src]

Set bitmap color field of plot.

Available since: 3.2.0

Parameters

plot

Type: AgsPlot*

The AgsPlot-struct.

The argument can be NULL.
The data is owned by the caller of the function.
bitmap_color

Type: gdouble**

The bitmaps colors as array of RGB value.

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