Skip to content

Commit

Permalink
fixed ambilight brightness being 0 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed Jun 13, 2020
1 parent cf52093 commit 811521a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public override void Default()
this._Coordinates = new Rectangle(0, 0, 0, 0);
this._AmbilightQuality = AmbilightQuality.Medium;
this._BrightenImage = false;
this._BrightnessChange = 0.0f;
this._BrightnessChange = 1.0f;
this._SaturateImage = false;
this._SaturationChange = 1.0f;
this._FlipVertically = false;
Expand Down

0 comments on commit 811521a

Please sign in to comment.