mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08: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"/>.
|
/// The class created by this constructor equals <see cref="Transparent"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Color()
|
public Color()
|
||||||
: this(0, 0, 0)
|
: this(0, 0, 0, 0)
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user