Skip to content

Commit

Permalink
Updated docstring for pixel.increment_brightness()
Browse files Browse the repository at this point in the history
  • Loading branch information
speratus committed Oct 30, 2019
1 parent dca770f commit c464f69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blinkter/pixel.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ def increment_brightness(self, amount=0.0):
Increments the overall brightness of this pixel by the specified amount.
Similar to the :func:`increment` method, this method increases the brightness of the whole pixel by a specified scale
factor.
**WARNING**: This method in its current state is essentially useless because it has no effect on pixel brightness.
In the future, it will be functional, but more work needs to be done before it reaches that point.
Parameters
------------------
Expand Down

0 comments on commit c464f69

Please sign in to comment.