Get Palette by Name

Description

Get a palette with a specific name.

Usage

hclpalettes.get_palette(name)

Arguments

namestr
Name of the color palette which should be returned. Not case sensitive; blanks are ignored (removed).

Return

Returns an object of class defaultpalette if a palette with the name as specified can be found. Else an error will be dropped.