ColorChooserT.addPalette

Adds a palette to the color chooser.

If orientation is horizontal, the colors are grouped in rows, with colors_per_line colors in each row. If horizontal is false, the colors are grouped in columns instead.

The default color palette of gtk.color_chooser_widget.ColorChooserWidget has 45 colors, organized in columns of 5 colors (this includes some grays).

The layout of the color chooser widget works best when the palettes have 9-10 columns.

Calling this function for the first time has the side effect of removing the default color palette from the color chooser.

If colors is null, removes all previously added palettes.

More...
template ColorChooserT()
override
void
addPalette

Parameters

orientation gtk.types.Orientation

gtk.types.Orientation.Horizontal if the palette should be displayed in rows, gtk.types.Orientation.Vertical for columns

colorsPerLine int

the number of colors to show in each row/column

colors gdk.rgba.RGBA[]

the colors of the palette

Detailed Description

Deprecated: Use gtk.color_dialog.ColorDialog instead