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 | ^ [[macros:namespace|namespace]] | [[macros:namespace:Palette]] | ^ parameter | handle ( [[macros:identifier:handle]] ) : the handle of the palette to be fired | ^ ::: | usePaletteTimes ( [[macros:type:boolean]] ) : defines whether to use palette times or not | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:firequickpalette]]: Palette.ApplyQuickPalette(userNumber: 101, true) == Also used in == {{backlinks>.}} == Remarks ==