external help file | online version | schema |
---|---|---|
Pansies-help.xml |
2.0.0 |
Converts the current 16 Color console palette by shifting either the dark or light colors to darker or lighter shades.
Convert-ConsolePalette [-DarkShift] <Int32> [-Copy] [-WhatIf] [-Confirm]
Convert-ConsolePalette -BrightShift <Int32> [-Copy] [-WhatIf] [-Confirm]
Converts a 16 Color console palette by shifting either the dark or light colors to darker or lighter shades.
PS C:\> Convert-ConsolePalette -BrightShift 20 -Copy
Copies the Dark* colors from the console palette to the bright side and brightens them by 20 (of 100) luminance.
How much to shift the bright colors. Positive values make the colors brighter, negative values make them darker
Type: Int32
Parameter Sets: Bright
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
By default, the colors are modified in-place. If copy is set:
- the dark colors start with the value of the bright colors
- the light colors start at the value of the dark colors
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
How much to shift the dark colors. Positive values make the colors brighter, negative values make them darker
Type: Int32
Parameter Sets: Dark
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False