Showing results for Color - Scripting Blog [archived]

Apr 6, 2014
0
0

PowerTip: Use PowerShell to Display Known Colors

Doctor Scripto
Doctor Scripto

Summary: Boe Prox shows how to find all known colors on your computer.  How can I use Windows PowerShell to find known colors on my computer and their hex representations?  Use the Add-Type cmdlet as follows: Add-Type –assemblyName PresentationFramework [windows.media.colors] | Get-Member -static -Type Property | Select -Expand Name...

Scripting Guy!Windows PowerShellPowerTip