Browse Source

Update docs

Daniele Bartolini 9 năm trước cách đây
mục cha
commit
36b1b596b9
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      docs/lua_api.txt

+ 3 - 0
docs/lua_api.txt

@@ -349,6 +349,9 @@ Constructors
 Functions
 ~~~~~~~~~
 
+	**lerp** (a, b, t) : Color4
+		Returns the linearly interpolated color between *a* and *b* at time *t* in [0, 1].
+
 	| **black** () : Color4
 	| **white** () : Color4
 	| **red** () : Color4