Hi @renosungis, a possible way is: convert the point cloud to a UInt8 DEM raster (see the article you have linked), create a color palette with the RGBGradationCalculator (from FME Hub), then add the palette to the DEM raster. See also this Q&A;: How To Transform DEM/DTM Gray8 TIF To RGB32 TIF With Color Based On Gray8 Value (elevation)
Hi @takashi,
Thanks a lot for your answer!
Just would like to share a good tool for generating the Seed Colors in RGB/HEX in a minute.
http://www.zonums.com/online/color_ramp/
After I have generated the custom color ramp, I copied the color ramp table to Google Sheets using a function called TEXTJOIN with character ";".
Hi @takashi,
Thanks a lot for your answer!
Just would like to share a good tool for generating the Seed Colors in RGB/HEX in a minute.
http://www.zonums.com/online/color_ramp/
After I have generated the custom color ramp, I copied the color ramp table to Google Sheets using a function called TEXTJOIN with character ";".
Thanks for sharing the good tool.
If the spacings (n) between adjacent fixed colors are identical, I think the RGBGradationCalculator with this Seed Colors could generate the same palette.
204,255,255;230,255,179;0,204,68;204,204,0;204,102,0;153,77,0;204,204,204;255,255,255