asleepwalkersdream / grafx2

Automatically exported from code.google.com/p/grafx2
0 stars 0 forks source link

Selective Color replacement tool #456

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi guys,

It would be useful for me to have a tool where I can replace one index with 
another on a part of my canvas. 
Example: 
I have a drawing with some red, some blue and some green. 
I want part of the red to become yellow, but also a part should be the same so 
changing the color value for the red index is not an option.
The color replacement tool would not work either, and filling every part of my 
image that is red with the floodfill would cost a lot of time if the parts are 
not all connected, for example on 1px linework.

Now I would really like a big brush that I can move over the parts of the image 
where I want the color replaced! Color to be replaced would be background 
color, new color would be foreground color, and by clicking with my brush all 
the red pixels under the brush should turn yellow.

Even MSpaint has this useful function, would it be possible to get this in 
grafx2 too?

Daniel

Original issue reported on code.google.com by DnlSg...@gmail.com on 9 Oct 2011 at 4:21

GoogleCodeExporter commented 8 years ago
Go to effects-menu and select "Stencil"
Click your background-color (color to be replaced)
Invert the selection
Now you can only draw on the background-color...

Original comment by annas...@hotmail.com on 10 Oct 2011 at 3:14

GoogleCodeExporter commented 8 years ago
Complicated, but it works :). Thanks for the explanation, issue solved ;)

Original comment by DnlSg...@gmail.com on 12 Oct 2011 at 9:05

GoogleCodeExporter commented 8 years ago
Note that when the stencil window is open, if you click outside the window on 
your image, it tags/untags the colors that you touch.

Original comment by yrizoud on 12 Oct 2011 at 3:30

GoogleCodeExporter commented 8 years ago

Original comment by yrizoud on 12 Oct 2011 at 3:31

GoogleCodeExporter commented 8 years ago
Can also be done with shades insaturating mode - very useful if you have 
multiple colors to replace at once.

Original comment by pulkoma...@gmail.com on 14 Oct 2011 at 6:17