mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-01 06:47:17 +01:00
Update Color4.hpp
This commit is contained in:
@@ -34,7 +34,7 @@ struct Color4
|
|||||||
static bool UpperCaseHex;
|
static bool UpperCaseHex;
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------------------------
|
||||||
* The red, green and blue components of this type.
|
* The red, green, blue and alpha components of this type.
|
||||||
*/
|
*/
|
||||||
Value r{0}, g{0}, b{0}, a{0};
|
Value r{0}, g{0}, b{0}, a{0};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user