We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Why can't I set hue in range 0..360, like regular cfdg program?
We would like to support this, but there's a bug to fix, in the meantime to set hue in range 0..1.0, use:-
colorMode(HSB, 1.0)
Then in shape rule you could set hue as follows:-
hue: 60 / 360.0