From e958ee8bb794530f1c70b437acbf63eba885f3ed Mon Sep 17 00:00:00 2001 From: facelessuser Date: Thu, 5 Dec 2024 07:40:39 -0700 Subject: [PATCH] Remove outdated example from docs --- docs/src/markdown/average.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/markdown/average.md b/docs/src/markdown/average.md index 9915aec3..24cb6d93 100644 --- a/docs/src/markdown/average.md +++ b/docs/src/markdown/average.md @@ -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