diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 8f51888a8..c2ef4d160 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -8,9 +8,15 @@ http://www.tuxpaint.org/ $Id$ -2021.September.5 (0.9.27) +2021.September.6 (0.9.27) * New Magic Tools: ---------------- + * "Opposite" -- Change parts of the picture to their complementary + colors. (Similar to "Negative", but instead of inverting the + Red, Green, and Blue components, it rotates the Hue 180 degrees + while leaving Saturation and Lightness alone.) + (Closes https://sourceforge.net/p/tuxpaint/feature-requests/136/) + * "Panels" - Convert your picture to 4-panel-comic-style 2x2 image, repeating the original. (Repeat for "compound eye" style effects!) diff --git a/magic/icons/opposite.png b/magic/icons/opposite.png new file mode 100644 index 000000000..bbfca86c1 Binary files /dev/null and b/magic/icons/opposite.png differ diff --git a/magic/magic-docs/en/html/index.html b/magic/magic-docs/en/html/index.html index b50bcda63..17d175b12 100644 --- a/magic/magic-docs/en/html/index.html +++ b/magic/magic-docs/en/html/index.html @@ -39,6 +39,7 @@
This inverts the colors wherever you drag the mouse. (e.g., white becomes black, and vice versa.)
+This inverts the colors wherever you drag the mouse. (e.g., white becomes black, and vice versa.) It inverts the values of the Red, Green, and Blue components of the pixels.