Skip to content

Commit 357538f

Browse files
committed
Phrasing tweak
1 parent 3f64885 commit 357538f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mathics/builtin/colors/color_operations.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,11 @@ class ColorNegate(Builtin):
209209
210210
<dl>
211211
<dt>'ColorNegate[$color$]'
212-
<dd>returns the RGB color when it is subtracted from white.
212+
<dd>returns the negative of a color, that is, the RGB color \
213+
subtracted from white.
213214
214215
<dt>'ColorNegate[$image$]'
215-
<dd>returns an image where each pixel in the image is replaced \
216-
with the negative of that pixel.
216+
<dd>returns an image where each pixel has its color negated.
217217
</dl>
218218
219219
Yellow is 'RGBColor[1.0, 1.0, 0.0]' So when inverted or subtracted \

0 commit comments

Comments
 (0)