Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - How to convert hexadecimal color into decimal, please help me see where the code is wrong and what the correct writing should be.
How to convert hexadecimal color into decimal, please help me see where the code is wrong and what the correct writing should be.
Very simple

A = & ampha15b//a15b represents 16 hexadecimal number.

Message box a

If it is a color, it has a function.

Call plug-in. Color.ColorToRGB("a 1b0FF ",R,G,B)

a = RGB(R,G,B)

Message box a