Evotec

Project

PSWriteHTML

PSWriteHTML is an open-source PowerShell project with packages, release history, and working documentation.

Stars 995
Forks 114
Open issues 69
PowerShell Gallery downloads 7,436,513
Release v1.41.0
Language: PowerShell Updated: 2026-04-11

API Reference

Function

New-HTMLWizardColor

Namespace PSWriteHTML

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

Authored help example

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 Sets

Parameters

AnchorActivePrimaryColor String optionalposition: 5pipeline: False
Specifies the primary color for active anchor elements.
AnchorActiveSecondaryColor String optionalposition: 6pipeline: False
Specifies the secondary color for active anchor elements.
AnchorDefaultPrimaryColor String optionalposition: 3pipeline: False
Specifies the primary color for default anchor elements.
AnchorDefaultSecondaryColor String optionalposition: 4pipeline: False
Specifies the secondary color for default anchor elements.
AnchorDisabledPrimaryColor String optionalposition: 9pipeline: False
Specifies the primary color for disabled anchor elements.
AnchorDisabledSecondaryColor String optionalposition: 10pipeline: False
Specifies the secondary color for disabled anchor elements.
AnchorDonePrimaryColor String optionalposition: 7pipeline: False
Specifies the primary color for completed anchor elements.
AnchorDoneSecondaryColor String optionalposition: 8pipeline: False
Specifies the secondary color for completed anchor elements.
AnchorErrorPrimaryColor String optionalposition: 11pipeline: False
Specifies the primary color for anchor elements in error state.
AnchorErrorSecondaryColor String optionalposition: 12pipeline: False
Specifies the secondary color for anchor elements in error state.
AnchorWarningPrimaryColor String optionalposition: 13pipeline: False
Specifies the primary color for anchor elements in warning state.
AnchorWarningSecondaryColor String optionalposition: 14pipeline: False
Specifies the secondary color for anchor elements in warning state.
BorderColor String optionalposition: 0pipeline: False
Specifies the color for the border of the wizard interface.
LoaderBackgroundColor String optionalposition: 18pipeline: False
Specifies the background color for the loader animation.
LoaderBackgroundWrapperColor String optionalposition: 19pipeline: False
Specifies the background color for the loader animation wrapper.
LoaderColor String optionalposition: 17pipeline: False
Specifies the color for the loader animation.
ProgressBackgroundColor String optionalposition: 16pipeline: False
Specifies the background color for the progress indicator.
ProgressColor String optionalposition: 15pipeline: False
Specifies the color for the progress indicator.
ToolbarBtnBackgroundColor String optionalposition: 2pipeline: False
Specifies the background color for the toolbar buttons.
ToolbarBtnColor String optionalposition: 1pipeline: False
Specifies the color for the toolbar button text.