Color3 - Mtax-Development/GML-OOP GitHub Wiki
Constructs a container for three colors.
Destruction |
Elements |
Garbage Collection |
None |
Name |
Type |
Default |
Modifiable |
color1 |
{int:color} |
c_white |
Yes |
color2 |
{int:color} |
c_white |
Yes |
color3 |
{int:color} |
c_white |
Yes |
Name |
Arguments |
Argument note |
New constructor |
||
Default for all values |
{void} |
The color values will be set to white. |
One color for all values |
color {int:color} |
|
Color2 + color |
In any order, it will be reflected in the values of this constructor. |
|
Constructor copy |
other {Color3} |