mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Default alpha to be opaque
This commit is contained in:
parent
93a5b90f30
commit
582d6c7051
@ -14,7 +14,7 @@ namespace NewHorizons.Utility
|
|||||||
public int R { get; }
|
public int R { get; }
|
||||||
public int G { get; }
|
public int G { get; }
|
||||||
public int B { get; }
|
public int B { get; }
|
||||||
public int A { get; }
|
public int A { get; } = 255;
|
||||||
|
|
||||||
public Color32 ToColor32() => new Color32((byte)R, (byte)G, (byte)B, (byte)A);
|
public Color32 ToColor32() => new Color32((byte)R, (byte)G, (byte)B, (byte)A);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user