< Back
Convert-ARGBToHex
Post
NAME Convert-ARGBToHex
SYNOPSIS
Converts ARGB to Hex values
SYNTAX
Convert-ARGBToHex [-RGB_Val] <String> [<CommonParameters>]
DESCRIPTION
Converts ARGB to Hex values. ARGB values are needed to save console colors to xml format
PARAMETERS
-RGB_Val <String>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
Part of the ISEColorThemeCmdlets.ps1 Script by Jeff Pollock
http://Lifeinpowerhsell.blogspot.com
http://gallery.technet.microsoft.com/IS ... s-24905f9e
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$Hex = Convert-ARGBToHex $ARGBValue
Assigns converted ARGB value to Hex variable
RELATED LINKS
SYNOPSIS
Converts ARGB to Hex values
SYNTAX
Convert-ARGBToHex [-RGB_Val] <String> [<CommonParameters>]
DESCRIPTION
Converts ARGB to Hex values. ARGB values are needed to save console colors to xml format
PARAMETERS
-RGB_Val <String>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
Part of the ISEColorThemeCmdlets.ps1 Script by Jeff Pollock
http://Lifeinpowerhsell.blogspot.com
http://gallery.technet.microsoft.com/IS ... s-24905f9e
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$Hex = Convert-ARGBToHex $ARGBValue
Assigns converted ARGB value to Hex variable
RELATED LINKS