I have the following floating point number 8.8489784e-39
extracted from the PCD DATA FORMAT which represents the RGB value of one point of the point cloud.
I have to convert this to either HEX directly or to Int->RGB or whichever way. I searched the web but couldn't put anything together so far as my experience with floating-point arithmetic in javascript is fairly limited.