Hello Everyone,
Is it the case that colormap raster functions can only render pixel values in the range of 0-255 for raster data? My test results suggest so, as there is no change even when modifying the outputPixelType parameter. I have created a demo to illustrate this, please see: https://codepen.io/xiej/pen/qBvGmMQ?editors=1000 . In this demo, raster values greater than 255 are not displayed. You can click the mouse on the map to view the pixel values at different locations.
This test outcome is beyond my expectations, and I believe colormap raster functions should not be limited to the 0-255 value range.
Thank you so much!