Color2 - Mtax-Development/GML-OOP GitHub Wiki

Description

Constructs a container for two colors.

Specification

Destruction
Elements
Garbage Collection
None

Properties

Name
Type
Default
Modifiable
color1
{int:color}
c_white
Yes
color2
{int:color}
c_white
Yes

Construction types

Name
Arguments
Argument note
New constructor
color1? {int:color}
color2? {int:color}
Default for all values
The color values will be set to white.
One color for all values
color {int:color}
Constructor copy
other {Color2}
⚠️ **GitHub.com Fallback** ⚠️