Simple color node?

Is there a node that simply outputs an RGB value?

I just want a node that spits out a color.

Use the rgb node maybe? :rofl:
(I think its under input)

1 Like

There it is… miscategorized. (Surely it’s an OUTPUT.)

You just have to look at it from another perspective. it’s not a node that outputs a color. It’s a node that inputs a color into the shader. :grinning:

1 Like

Use a CombineRGB node if you want to “read” the color values instead of seeing the actual color.

1 Like

Could you please elaborate?

If you add it, you’ll see the individual numbers for R, G, and B.

1 Like