I'm currently working on a small project focused on visualizing NSF OpenTopography data in a point cloud using three js. While I've been able to plot the data points successfully, I'm struggling to understand the color values associated with the point cloud data. The data consists of red, green, and blue channels, each with 5-digit values.
For Example:
Red Channel: 16896
Green Channel: 17408
Blue Channel: 19456
How can I convert these values into appropriate RGB values scaled from 0-255?
Any assistance or guidance would be greatly appreciated. Thank you!