mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
Fixed transparent-color
This commit is contained in:
parent
ad5b3d1894
commit
77b76386ae
@ -189,7 +189,7 @@ namespace RGB.NET.Core
|
||||
/// The class created by this constructor equals <see cref="Transparent"/>.
|
||||
/// </summary>
|
||||
public Color()
|
||||
: this(0, 0, 0)
|
||||
: this(0, 0, 0, 0)
|
||||
{ }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user