Page 1 of 1

Color RGB to float

PostPosted: Wed Mar 08, 2023 4:59 am
by Futureboy
Hi!

I was looking for getting a float output from a RGB. On the tool nodes there is only "float to RGB" but not "RGB to Float".

Node like "Tool_ColorCorrection" require a float input to drive some parameters. I tried to use an RGB as input but it's not considered by the Tool_ColorCorrection

I attached a screen grab of the network to better explain.

Any suggestion?


Thanks

G.

Re: Color RGB to float

PostPosted: Thu Mar 09, 2023 11:28 am
by juanjgon
The problem is that this input pin is not texturable. You can't link texture nodes (nodes that have a texture output) to this input. It only supports const floats.

-Juanjo

Re: Color RGB to float

PostPosted: Fri Mar 10, 2023 3:51 am
by Futureboy
Thanks Juanjo for the clarification.

G