Is there a node that simply outputs an RGB value?
I just want a node that spits out a color.
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?
(I think its under input)
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.
Use a CombineRGB node if you want to “read” the color values instead of seeing the actual color.
Could you please elaborate?
If you add it, you’ll see the individual numbers for R, G, and B.