Skip to content

Commit b3f1c1c

Browse files
authored
Update README.md
1 parent ff8692d commit b3f1c1c

File tree

1 file changed

+3
-3
lines changed
  • src/main/java/com/esri/samples/raster/colormap_renderer

1 file changed

+3
-3
lines changed

src/main/java/com/esri/samples/raster/colormap_renderer/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ with a color based on the original value brightness.</p>
99

1010
<p>To apply a <code>ColormapRenderer</code> to a <code>RasterLayer</code>:</p>
1111
<ol>
12-
<li>Create a <code>Raster</code> from a raster file</li>
13-
<li>Create a <code>RasterLayer</code> from the raster</li>
12+
<li>Create a <code>Raster</code> from a raster file.</li>
13+
<li>Create a raster layer from the raster.</li>
1414
<li>Create a <code>List&lt;Integer&gt;</code> representing colors. Colors at the beginning of the list replace the darkest values in
1515
the raster and colors at the end of the list replaced the brightest values of the raster.</li>
16-
<li>Create a <code>ColormapRenderer</code> with the color list and apply it to the raster layer with <code>rasterLayer.setRasterRenderer(colormapRenderer)</code></li>
16+
<li>Create a colormap renderer with the color list and apply it to the raster layer with <code>rasterLayer.setRasterRenderer(colormapRenderer)</code>.</li>
1717
</ol>
1818

1919
<h2>Features</h2>

0 commit comments

Comments
 (0)