From 77b76386ae2f6001051121e7fb4edad3b7555ece Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Thu, 3 Aug 2017 22:54:09 +0200 Subject: [PATCH] Fixed transparent-color --- RGB.NET.Core/Leds/Color.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RGB.NET.Core/Leds/Color.cs b/RGB.NET.Core/Leds/Color.cs index 67795c8..5ca0b81 100644 --- a/RGB.NET.Core/Leds/Color.cs +++ b/RGB.NET.Core/Leds/Color.cs @@ -189,7 +189,7 @@ namespace RGB.NET.Core /// The class created by this constructor equals . /// public Color() - : this(0, 0, 0) + : this(0, 0, 0, 0) { } ///