Hi everyone,
I'd like to be able to adjust the HSV via an attribute expression. What's easy is multiplying the point color with something like this: "value * fit(float(rand(@elemnum)),0,1,0.5,1.5)"
However, just using that expression multiplies the color with a random number giving a generally blacker/whiter color.
What I would like is to be able to change the saturation separately. The result would be a set of X wires having the same color with a saturation/value range of 0.5 to 1.0
Is there a good way of achieving this or do I need to stick to the simple multiplication?