PowerTip: Use PowerShell to Display Known Colors
![Doctor Scripto](https://devblogs.microsoft.com/scripting/wp-content/uploads/sites/29/2018/09/dr_scripto-102x150.gif)
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...