We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f64885 commit 357538fCopy full SHA for 357538f
mathics/builtin/colors/color_operations.py
@@ -209,11 +209,11 @@ class ColorNegate(Builtin):
209
210
<dl>
211
<dt>'ColorNegate[$color$]'
212
- <dd>returns the RGB color when it is subtracted from white.
+ <dd>returns the negative of a color, that is, the RGB color \
213
+ subtracted from white.
214
215
<dt>'ColorNegate[$image$]'
- <dd>returns an image where each pixel in the image is replaced \
216
- with the negative of that pixel.
+ <dd>returns an image where each pixel has its color negated.
217
</dl>
218
219
Yellow is 'RGBColor[1.0, 1.0, 0.0]' So when inverted or subtracted \
0 commit comments