input nodes? for what
i understand output, but i dont understand inputs yetwhy they do and why theres 3 types

i can see one is for greyscale, other for color and other for int/number
i understand output, but i dont understand inputs yetwhy they do and why theres 3 types

i can see one is for greyscale, other for color and other for int/number
The first is for a greyscale image, the second for a colour image.
The third is to allow the input of a value. The max and min are to limit values (they can be clamped) so that they meet the requirements of where that value input will be used later in your graph.
These are particularly useful if the saved graph (SBS) is going to be used as a node in another graph, which is a great way to build up a complex graph and also to save elements to re-use later.
Dave
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.