Gimp: Can't use fill bucket to fill selection

I have a small image file (a .gif file containingenter image description here ) with a transparent background and some small red squares in the foreground. I would like to change the foreground colour from red to blue (RGB 0, 0, 255).

I've managed to select the red squares using 'select by colour':

enter image description here

but I can't figure out how to use the fill bucket to colour them blue. When I hold the fill bucket cursor over the red squares, it displays the cursor which indicates I can apply the foreground colour, but when I click, nothing happens.

I'm missing something obvious. What is it?

5

1 Answer

Looking at your window title, you are working in "indexed colour" mode, which means your file has a limited colour palette. This saves space, and is why these files take very little memory to load.

If you want to edit the file, with all colours available, you should first switch to RGB mode, else the colour simply isn't available in your file :)

enter image description here

4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like