Tile - YColor - Color – Ylands

From Bohemia Interactive Community
Revision as of 15:26, 24 November 2023 by Lou Montana (talk | contribs) (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.