updateProfile.palettes parameter
Use the updateProfile.palettes parameter to list all of the color palettes that are available to the updateProfile command.
Availability
query command
current parameter
default parameter
install parameter
Scope
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.
Syntax
query updateProfile.palettes query current.updateProfile.palettes query default.updateProfile.palettes query install.updateProfile.palettes
Description
The query current.updateProfile.palettes command returns the palettes that are available in the current view to the updateProfile command.
The query updateProfile.palettes command returns the list of palettes that were specified with the set updateProfile.paletteAttributes.default command.
The query default.updateProfile.palettes command returns 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 returns the list of installed palettes, that is, the list of palettes in the profile indicated by the installProfile parameter.
Examples
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