mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 17:48:01 +02:00
Color ctor fix
This commit is contained in:
parent
eb0cd3aefb
commit
a03b5c3eba
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +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 this(int32 r, int32 g, int32 b)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue