Kaynağa Gözat

Merge pull request #12674 from MagnuzBinder/patch-14

use consistent language: hex => color
Mr.doob 7 yıl önce
ebeveyn
işleme
cf16fd1e7e
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      docs/api/scenes/FogExp2.html

+ 2 - 2
docs/api/scenes/FogExp2.html

@@ -16,9 +16,9 @@
 		<h2>Constructor</h2>
 
 
-		<h3>[name]( [page:Integer hex], [page:Float density] )</h3>
+		<h3>[name]( [page:Integer color], [page:Float density] )</h3>
 
-		<div>The hex parameter is passed to the [page:Color] constructor to set the color property.  Hex can be a hexadecimal integer or a CSS-style string.</div>
+		<div>The color parameter is passed to the [page:Color] constructor to set the color property. Color can be a hexadecimal integer or a CSS-style string.</div>
 		<h2>Properties</h2>
 
 		<h3>[property:String name]</h3>