Function

Palette.ApplyQuickPalette

Void Palette.ApplyQuickPalette(Handle handle, Boolean usePaletteTimes)
API https://api.avolites.com/18.0/api/Palette.ApplyQuickPalette.html
description Fire the quick palette on a handle if the handle isn't a palette handle does nothing
namespace Palette
parameter handle ( Handle ) : the handle of the palette to be fired
usePaletteTimes ( Boolean ) : defines whether to use palette times or not
return value Void
Example in

Palette - Fire Quick Palettes and Show Active:

<step>Palette.ApplyQuickPalette(userNumber: 101, true)</step>
Also used in
Remarks