Hi,


How can I extract the value of Red, Green and Blue
that composes an specific color?

Example:

Suppose the variable vColor stores the color below:
vColor = &H80000014

How can I find the value of Red, Green and Blue that
I should use in RGB(999,999,999) to produce the same color?


Thanks

Michel Jr.