The updateProfile.palettes parameter can be used to list all of the color palettes that are available to the updateProfile command.
query command
current parameter
default parameter
install parameter
updateProfile.palettes is scoped to the current view.
current.updateProfile.palettes is scoped to the current view.
default.updateProfile.palettes is globally scoped.
install.updateProfile.palettes is globally scoped.
query updateProfile.palettes query current.updateProfile.palettes query default.updateProfile.palettes query install.updateProfile.palettes
The query current.updateProfile.palettes command will return the palettes that are available, within the current view, to the updateProfile command.
The query updateProfile.palettes command will return the list of palettes that were specified with the set updateProfile.paletteAttributes.default command.
The query default.updateProfile.palettes command will return the list of color palettes that were specified with the set default.updateProfile.paletteAttributes.default command. That is, the list of palettes in the default profile indicated by the defaultProfile parameter.
The query install.updateProfile.palettes command will return the list of installed palettes, that is, the list of palettes in the profile indicated by the installProfile parameter.
query updateProfile.palettes query current.updateProfile.palettes query default.updateProfile.palettes query install.updateProfile.palettes
query command
updateProfile command
updateProfile.palette parameter
updateProfile.paletteAttributes parameter