Skip to content

Commit 05ee6d5

Browse files
authored
Merge pull request #15069 from MosasoM/lut.html_modify_setMin_setMax
correct method names setMin(),setMax() in Lut.html
2 parents e826638 + fda784a commit 05ee6d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/Lut.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ <h3>.setLegendLabels [parameters, callback]</h3>
9191
Sets the labels of the legend of this Lut.
9292
</p>
9393

94-
<h3>[method:Lut setminV]( [param:Float minV] )</h3>
94+
<h3>[method:Lut setMin]( [param:Float minV] )</h3>
9595
<p>
9696
minV — The minimum value to be represented with the lookup table.<br />
9797
</p>
9898
<p>
9999
Sets this Lut with the minimum value to be represented.
100100
</p>
101101

102-
<h3>[method:Lut setmaxV]( [param:Float maxV] )</h3>
102+
<h3>[method:Lut setMax]( [param:Float maxV] )</h3>
103103
<p>
104104
maxV — The maximum value to be represented with the lookup table.<br />
105105
</p>

0 commit comments

Comments
 (0)