We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be8afc commit b239980Copy full SHA for b239980
custom/class.Color.lua
@@ -0,0 +1,7 @@
1
+---@class Color
2
+---@field r number The red component of the color.
3
+---@field g number The green component of the color.
4
+---@field b number The blue component of the color.
5
+---@field a number The alpha component of the color.
6
+---{{CLASS_FIELDS}}
7
+local Color = {}
0 commit comments