Tile - YColor - Lerp – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Image:Color lerp.png]]
<!---
*'''Interpolates''' between two [[Ylands Tile - Color literal|'''colors''']] '''A''' and '''B''' by the '''interpolant''' '''T'''.  
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
*The '''interpolant''' is [[Ylands Tile - Math clamp|'''clamped''']] to the range 0, 1.
-->
== Lerp(A, B, T) ==
 
[[File:YlandsTile-563.png]]
 
<pre>static lerp(a: YColor, b: YColor, t: number): YColor;</pre>
=== Parameters ===
 
==== a ====
 
Color A
 
==== b ====
 
Color B
 
==== t ====
 
Interpolant (0-1)
 
=== Returns ===
 
'''YColor'''
 
=== Availability ===
 
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]]
 
=== Description ===
 
Linear interpolation between two '''colors''' by the '''interpolant'''.
 


----
----
{{Ylands scripting navbox}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 0.12]]

Latest revision as of 15:26, 24 November 2023