I draw polylines in ArcGIS API for JavaScript 4.x. When the polylines is very dense, there will be no bright effect of gathering. In other libraries, such as echarts, there is an attribute blendMode to handle this situation, which calls ctx.globalCompositeOperation = "lighter" to display the aggregation effect. Can ArcGIS API for JavaScript provide a similar approach?