All Tags »
.Net »
Color »
Hex »
PowerShell
Sorry, but there are no more tags available to filter with.
-
Didn't you always' wanted to know this ?
This time not a Hey Scripting Guy ! translation, but from a NG post answer Translating colors to hex and back (color asked was Red actually ;-) ) :PoSH> ''{0:x}'' -f ([drawing.Color]'Chocolate').ToArgb()
ffd2691e ...