Function
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 |
| namespace | Palette |
| parameter | no parameters - this works inherently on the current palette (see property Palette.CurrentPaletteHandle, with the values currently in the programmer |
| return value | Void |
<step>Palette.StoreCurrentPaletteReplace()</step>
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 Palette.MergeCurrentPalette