How to apply a colorramp rendering rule on image service ArcGIS Image Server. It is not documented properly in REST API raster function section.
I tried below syntax but it neither applied it on ExportImage call nor gave any error. Any clue will be very useful.
thank you!
{"rasterFunction":"ColorRamp", "rasterFunctionArguments":{
{
"type": "algorithmic",
"fromColor": [115,76,0,255],
"toColor": [255,25,86,255],
"algorithm": "esriHSVAlgorithm"
}}}