Skip to content

Commit

Permalink
Merge pull request #2094 from diogotr7/fix/brightness
Browse files Browse the repository at this point in the history
fixed ambilight brightness being 0 by default
  • Loading branch information
diogotr7 authored Jun 13, 2020
2 parents cf52093 + 811521a commit ae8091f
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 ae8091f

Please sign in to comment.