Explorar o código

Merge pull request #15069 from MosasoM/lut.html_modify_setMin_setMax

correct method names setMin(),setMax() in Lut.html
Mr.doob %!s(int64=6) %!d(string=hai) anos
pai
achega
05ee6d5512
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docs/examples/Lut.html

+ 2 - 2
docs/examples/Lut.html

@@ -91,7 +91,7 @@
 		Sets the labels of the legend of this Lut.
 		Sets the labels of the legend of this Lut.
 		</p>
 		</p>
 
 
-		<h3>[method:Lut setminV]( [param:Float minV] )</h3>
+		<h3>[method:Lut setMin]( [param:Float minV] )</h3>
 		<p>
 		<p>
 		minV — The minimum value to be represented with the lookup table.<br />
 		minV — The minimum value to be represented with the lookup table.<br />
 		</p>
 		</p>
@@ -99,7 +99,7 @@
 		Sets this Lut with the minimum value to be represented.
 		Sets this Lut with the minimum value to be represented.
 		</p>
 		</p>
 
 
-		<h3>[method:Lut setmaxV]( [param:Float maxV] )</h3>
+		<h3>[method:Lut setMax]( [param:Float maxV] )</h3>
 		<p>
 		<p>
 		maxV — The maximum value to be represented with the lookup table.<br />
 		maxV — The maximum value to be represented with the lookup table.<br />
 		</p>
 		</p>