Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/examples/Lut.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ <h3>.setLegendLabels [parameters, callback]</h3>
Sets the labels of the legend of this Lut.
</p>

<h3>[method:Lut setminV]( [param:Float minV] )</h3>
<h3>[method:Lut setMin]( [param:Float minV] )</h3>
<p>
minV — The minimum value to be represented with the lookup table.<br />
</p>
<p>
Sets this Lut with the minimum value to be represented.
</p>

<h3>[method:Lut setmaxV]( [param:Float maxV] )</h3>
<h3>[method:Lut setMax]( [param:Float maxV] )</h3>
<p>
maxV — The maximum value to be represented with the lookup table.<br />
</p>
Expand Down