API Reference
Function
New-HTMLWizardColor
Creates a new HTML Wizard Color configuration.
Remarks
This function creates a new HTML Wizard Color configuration with customizable color settings for various elements in the wizard interface.
Examples
EXAMPLE 1
New-HTMLWizardColor -BorderColor "#FF0000" -ToolbarBtnColor "#00FF00" -ToolbarBtnBackgroundColor "#0000FF"
Creates a new HTML Wizard Color configuration with specified border, toolbar button text, and toolbar button background colors.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-HTMLWizardColor [-AnchorActivePrimaryColor <String>] [-AnchorActiveSecondaryColor <String>] [-AnchorDefaultPrimaryColor <String>] [-AnchorDefaultSecondaryColor <String>] [-AnchorDisabledPrimaryColor <String>] [-AnchorDisabledSecondaryColor <String>] [-AnchorDonePrimaryColor <String>] [-AnchorDoneSecondaryColor <String>] [-AnchorErrorPrimaryColor <String>] [-AnchorErrorSecondaryColor <String>] [-AnchorWarningPrimaryColor <String>] [-AnchorWarningSecondaryColor <String>] [-BorderColor <String>] [-LoaderBackgroundColor <String>] [-LoaderBackgroundWrapperColor <String>] [-LoaderColor <String>] [-ProgressBackgroundColor <String>] [-ProgressColor <String>] [-ToolbarBtnBackgroundColor <String>] [-ToolbarBtnColor <String>] [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- AnchorActivePrimaryColor String
- Specifies the primary color for active anchor elements.
- AnchorActiveSecondaryColor String
- Specifies the secondary color for active anchor elements.
- AnchorDefaultPrimaryColor String
- Specifies the primary color for default anchor elements.
- AnchorDefaultSecondaryColor String
- Specifies the secondary color for default anchor elements.
- AnchorDisabledPrimaryColor String
- Specifies the primary color for disabled anchor elements.
- AnchorDisabledSecondaryColor String
- Specifies the secondary color for disabled anchor elements.
- AnchorDonePrimaryColor String
- Specifies the primary color for completed anchor elements.
- AnchorDoneSecondaryColor String
- Specifies the secondary color for completed anchor elements.
- AnchorErrorPrimaryColor String
- Specifies the primary color for anchor elements in error state.
- AnchorErrorSecondaryColor String
- Specifies the secondary color for anchor elements in error state.
- AnchorWarningPrimaryColor String
- Specifies the primary color for anchor elements in warning state.
- AnchorWarningSecondaryColor String
- Specifies the secondary color for anchor elements in warning state.
- BorderColor String
- Specifies the color for the border of the wizard interface.
- LoaderBackgroundColor String
- Specifies the background color for the loader animation.
- LoaderBackgroundWrapperColor String
- Specifies the background color for the loader animation wrapper.
- LoaderColor String
- Specifies the color for the loader animation.
- ProgressBackgroundColor String
- Specifies the background color for the progress indicator.
- ProgressColor String
- Specifies the color for the progress indicator.
- ToolbarBtnBackgroundColor String
- Specifies the background color for the toolbar buttons.
- ToolbarBtnColor String
- Specifies the color for the toolbar button text.