1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-22 16:57:12 +02:00

Implemented user defined type conversion for color types.

This commit is contained in:
Sandu Liviu Catalin
2015-11-09 01:35:39 +02:00
parent 6f89d0b8d1
commit c6ee38e3b6
4 changed files with 22 additions and 0 deletions

View File

@@ -369,6 +369,11 @@ struct Color3
*/
bool operator >= (const Color3 & c) const;
/* --------------------------------------------------------------------------------------------
* ...
*/
operator Color4 () const;
/* --------------------------------------------------------------------------------------------
* ...
*/