Color
Fields
int: r
color.r
int: g
color.g
int: b
color.b
Functions
color:set
color:set(int: R, int: G, int: B)
color:set(int: R, int: G, int: B, int: A)
Sets the fields of a color.
color:get
color:get()
Returns the fields of the color.
color.r
color.g
color.b
color:set(int: R, int: G, int: B)
color:set(int: R, int: G, int: B, int: A)
Sets the fields of a color.
color:get()
Returns the fields of the color.