1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 23:36:00 +02:00
This commit is contained in:
Brian Fiete 2021-12-30 07:51:01 -05:00
parent 2956bdeea9
commit 674f0f6a56

View file

@ -15,7 +15,7 @@ namespace Beefy.gfx
public static implicit operator uint32(Color color);
public static implicit operator Color(uint32 color);
public static implicit operator Color(int color) => (.)color;
public static implicit operator Color(int color) => (uint32)color;
public this(int32 r, int32 g, int32 b)
{