Graphical user interface to choose HCL based color palettes

Description

Opens a Tcl/Tk based graphical user interface (GUI) which allows to tweak existing Hue-Chroma-Luminance (HCL) based color palettes and define custom palettes.

Usage

choose_palette(**kwargs)

Arguments

**kwargs
Optional, can be used to change the defaults when starting the GUI. Currently a parameter called palette is allowed to specify the initial color palette. If not set, palette = "Blue-Red" is used.

Return

hclpalette: An HCL palette object which allows to extract the colors in different ways. The default is to retrieve hex colors. More details on: diverging_hcl, qualitative_hcl, or sequential_hcl.