Function ====== Palette.StoreCurrentPaletteReplace ====== Void Palette.StoreCurrentPaletteReplace() ^ API | http://api.avolites.com/10.1/Palette.StoreCurrentPaletteReplace.html | ^ description | Store the current palette replacing any existing palette with the same number | ^ [[macros:namespace|namespace]] | [[macros:namespace:palette]] | ^ parameter | no parameters - this works inherently on the current palette (see property [[:macros:property:palette.currentpalettehandle]], \\ with the values currently in the programmer | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:storepalette]]: Palette.StoreCurrentPaletteReplace() The system property ''Palette.CurrentPaletteHandle'' being previously set to a particular palette handle, here ''Palette.StoreCurrentPaletteReplace()'' simply replaces this palette with the programmer values. If you instead want to merge some parts into an existing palette use [[macros:function:palette.mergecurrentpalette|]] == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~