Skip to content

Commit

Permalink
Remove outdated example from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Dec 5, 2024
1 parent 96b6da9 commit e958ee8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/markdown/average.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ distort the average in a non-meaningful way.

```py play
Color.average(['hsl(30 0 100)', 'hsl(240 100 50 / 1)'], space='hsl')
Color.average(['hsl(30 0 100)', 'hsl(240 100 50 / 1)'], space='hsl', powerless=True)
```

While undefined logic is intended to handle achromatic hues, this logic will be applied to any channel. It should be
Expand Down

0 comments on commit e958ee8

Please sign in to comment.