Hey guys,
I'm trying to texture one of my brushes with a black color that gradients to transparency. Kind of like this: Where the white is transparent. However i'm kind of unsure how I would accomplish this. I was thinking using the additive render mode, but black is the colour it uses for transparency so that wouldn't work. Then I was thinking about using the render mode Solid and use a transparent texture with "{" but that would only make the transparency for the colours with 0 0 255 so the fade wouldn't work properly.
Does anyone know how I would accomplish such a thing?