Skip to content

Commit d1e252b

Browse files
authored
Update README.md
1 parent 0c1236c commit d1e252b

File tree

1 file changed

+6
-6
lines changed
  • src/main/java/com/esri/samples/raster/rgb_renderer

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1>Rgb Renderer</h1>
22

3-
<p>Demonstrates how to use a RGB renderer on a raster layer. An RGB renderer is used to adjust the color bands of a multispectral
3+
<p>Demonstrates how to use a Rgb renderer on a raster layer. An Rgb renderer is used to adjust the color bands of a multispectral
44
image.</p>
55

66
<p><img src="RgbRenderer.png"/></p>
@@ -13,11 +13,11 @@ image.</p>
1313

1414
<p>To apply a <code>RgbRenderer</code> to a <code>RasterLayer</code>:</p>
1515
<ol>
16-
<li>Create a <code>Raster</code> from a multispectral raster file</li>
17-
<li>Create a <code>RasterLayer</code> from the raster</li>
18-
<li>Create a <code>Basemap</code> from the raster layer and set it to the map</li>
19-
<li>Create a <code>RgbRenderer</code>, specifying the stretch parameters and other properties</li>
20-
<li>Set the renderer on the raster layer with <code>rasterLayer.setRenderer(renderer)</code></li>
16+
<li>Create a <code>Raster</code> from a multispectral raster file.</li>
17+
<li>Create a raster layer from the raster.</li>
18+
<li>Create a <code>Basemap</code> from the raster layer and set it to the map.</li>
19+
<li>Create a rgb renderer, specifying the stretch parameters and other properties.</li>
20+
<li>Set the renderer on the raster layer with <code>rasterLayer.setRenderer(renderer)</code>.</li>
2121
</ol>
2222

2323
<h2>Features</h2>

0 commit comments

Comments
 (0)