Is there any way, using conditional coordinate positions from 0 to 1, to get a color from some node (NOT a texture) in the Shader Graph? I found a similar problem with textures and the solution to it actually works by using the vector2 (position) to the UV input, but unfortunately, this is not physically possible for normal nodes. Does anyone know how to implement getting color from nodes by position?