5

How can you take the white background out an image texture in the cycles node editor?

Here's the image I found on the internet:

the image I'm using

What I want to do is add scratches but have a different colour/texture underneath the scratches. Here's my current node setup:

nodes

Chickenator
  • 1,803
  • 5
  • 22
  • 33

2 Answers2

5

To do that, you can use the grayscale map as the mix factor.

To mix colors:

enter image description here

Or shaders:

enter image description here

The color ramp node is only there to get rid of jpg compression artifacts.

gandalf3
  • 157,169
  • 58
  • 601
  • 1,133
1

You can use the Color MixRGB node in Multiply mode, the white information of your image will be ignored:

enter image description here