We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e826638 + fda784a commit 05ee6d5Copy full SHA for 05ee6d5
docs/examples/Lut.html
@@ -91,15 +91,15 @@ <h3>.setLegendLabels [parameters, callback]</h3>
91
Sets the labels of the legend of this Lut.
92
</p>
93
94
- <h3>[method:Lut setminV]( [param:Float minV] )</h3>
+ <h3>[method:Lut setMin]( [param:Float minV] )</h3>
95
<p>
96
minV — The minimum value to be represented with the lookup table.<br />
97
98
99
Sets this Lut with the minimum value to be represented.
100
101
102
- <h3>[method:Lut setmaxV]( [param:Float maxV] )</h3>
+ <h3>[method:Lut setMax]( [param:Float maxV] )</h3>
103
104
maxV — The maximum value to be represented with the lookup table.<br />
105
0 commit comments