var Satellite_DMSLayer = new ArcGISDynamicMapServiceLayer(Satellite_DMS_url, {"visible":false, opacity:0.5,refreshInterval:10.0,"imageParameters": SatImgParams});
map.addLayer(Satellite_DMSLayer);
I assume that I'm working on the "Image" sublayer, so I tried adding the "color ramp" task with the field being "Image", but it didn't work. Any thoughts?