colorhextorgbks command
Summary
Converts the hexadecimal representation of the color to RGB numbers in KS format.
Description
If you want to get the semicolon-delimited sequence of the RGB color numbers from the hexadecimal representation of the color, you can use this command. You can use this to form a complete VT sequence of changing color.
Command usage
colorhextorgbks <#RRGGBB>
Examples
colorhextorgbks #FFEEDD
: Converts color#FFEEDD
to RGB and displays them
Last updated