Tile - YColor - Color – 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}}}}")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Image:Color new.png]]
<!---
*This instruction will create custom [[Ylands Tile - Color literal|'''color''']] based on your input.
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
*Use [[Ylands Tile - Number literal|'''numbers''']] between '''0''' and '''1''' (included).
-->
== Color(Red, Green, Blue, Alpha) ==
 
[[File:YlandsTile-562.png]]
 
<pre>static create(r: number, g: number, b: number, a: number): YColor;</pre>
=== Parameters ===
 
==== r ====
 
Red component of the color (0-255)
 
==== g ====
 
Green component of the color (0-255)
 
==== b ====
 
Blue component of the color (0-255)
 
==== a ====
 
=== Returns ===
 
'''YColor'''
 
=== Availability ===
 
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]]
 
=== Description ===
 
Returns new '''color''' as defined by RGB values.
 
 
----
----
{{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

Color(Red, Green, Blue, Alpha)

YlandsTile-562.png

static create(r: number, g: number, b: number, a: number): YColor;

Parameters

r

Red component of the color (0-255)

g

Green component of the color (0-255)

b

Blue component of the color (0-255)

a

Returns

YColor

Availability

Client, Server

Description

Returns new color as defined by RGB values.