Color

Init rgb Color Shared

local color = Color(255, 0, 0)

Init rgba Color Shared

local color = Color(255, 0, 0, 100)

Last updated