No one seems to be having problems with these functions but me.
The following code gives me a result of -8421505 instead of 8355711.
Dim R,G,B,XColor As Int
R=127:G=127:B=127
XColor = Colors.RGB (R,G,B) 'should be 8355711 (0x7f7f7f)
Log (XColor) 'returns -8421505
What am I doing wrong?
The following code gives me a result of -8421505 instead of 8355711.
Dim R,G,B,XColor As Int
R=127:G=127:B=127
XColor = Colors.RGB (R,G,B) 'should be 8355711 (0x7f7f7f)
Log (XColor) 'returns -8421505
What am I doing wrong?