1
0
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:
Darth Affe 2017-08-03 22:54:09 +02:00
parent ad5b3d1894
commit 77b76386ae

View File

@ -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>