color
color_rgb(r: number, g: number, b: number)
structure:
Name
Type
Description
r
number
red
g
number
green
b
number
blue
a
number
alpha
hex
string
hex
override_alpha:
<color>:override_alpha(alpha: number):
color
returns the current color with a different transparency value
using:
Last updated