create

Creates a new color.

━ Syntax

[userdata color] create(int red, int green, int blue, int alpha)

━ Usage

local cColor = vEngine.color.create(255, 0, 0, 255) --Creates red color
print(cColor) --Prints our color

━ Methods

Last updated