Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trouble erasing all colors.. Defaults to alpha = 0 instead...
#6
(09-11-2018, 07:36 PM)JK0012 Wrote: So, after testing I figured out, its due to the nature of GIMP relying on layers to write over color values. Each color needs its own layer.

Uh? Black is (0,0,0) so if you want a pixel to be (0,0,0) just paint it black. No need for separate layers.

About your trouble above: it is true that when you erase something on a layer with an alpha channel, Gimp only makes it transparent and doesn't change the RGB values. If you want to erase to RGBA=(0,0,0,0):

- Set the background color to black,
- Remove the layer alpha channel
- Use the eraser
- Layers>Mask>Add layer mask and initialize to Grayscale copy of layer
- Threshold the mask so that anything not 0 becomes 100% opacity
- Apply the mask.

Now the holes are (0,0,0,0)
Reply


Messages In This Thread
RE: Trouble erasing all colors.. Defaults to alpha = 0 instead... - by Ofnuts - 09-11-2018, 10:16 PM

Forum Jump: