colorrgbtohex command
Summary
Converts the color RGB numbers to hex.
Description
If you want to get the hexadecimal representation of the color from the RGB color numbers, you can use this command.
Command usage
colorrgbtohex <R> <G> <B>
Examples
colorrgbtohex 255 255 255
: Converts color that has the RGB number of255
,255
, and255
to hex and displays it
Last updated