getPalette()
Overview
public struct function getPalette(
required string name
)
Returns the named palette. If the named palette is not found, the default "web64" palette will be returned.
This method is probably only of use internally by the form control, but is listed here for the sake of completeness.
Arguments
Name | Type | Required | Description |
---|---|---|---|
name | string | Yes | The name of the palette to be returned |