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)
{ }
///