Documentation | What's new & coming | v103.0
This version brings
DK-14758
DK-14778
ColorRampAsText
render related properties. DK-14711
. layerVector.Params.Render.ColorRampAsText = 'COLORRAMP:ACCENT:DISCRETE:8:TRUE'; layerVector.Params.Render.ColorRampExAsText = 'COLORRAMP:Custom[0|red|50.123456789|lime|100.0000|#0000FF]:Continuous:0:false:Sequential';
ColorRamp
property type has changed from TGIS_ColorMapArray
to TGIS_GradientMap
, making the color ramp functionality more flexible.DK-14711
, DK-14771
. layerVector.Params.Render.ColorRamp = GisColorRampList.ByName(TGIS_ColorRampNames.Spectral); layerVector.Params.Render.ColorRamp.DefaultSubClass := 7; layerVector.Params.Render.ColorRamp.DefaultColorMapMode := TGIS_ColorMapMode.Discrete; layerVector.Params.Render.ColorRamp.DefaultReverse := True;
The complete list is available at Changelog