... % "0x"B
R+=0
G+=0
B+=0
RGBString = % R Delimiter G Delimiter B
Return RGBString
}
From RGB to Hexadecimal:
RGB2HEX(RGBString,Delimiter="")
{
If Delimiter=
Delimiter=,
...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.