Function ====== Palette.ApplyPalette ====== Void Palette.ApplyPalette(Handle handle, Boolean usePaletteTimes) ^ API | http://api.avolites.com/10.1/Palette.ApplyPalette.html | ^ description | Recall the 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 palette handle to apply | ^ ::: | usePaletteTimes ( [[macros:type:Boolean]] ) : if set to true use palette times | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:colourchasechanger_v2]]: Palette.ApplyPalette("Location=Colours,1,16", false) // applies palette from Colours window page 1 button 16 in no fade time For other handle references - by TitanID or user number - see [[macros:identifier:handle]] == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~