Skip to content
Martin Prout edited this page Aug 29, 2013 · 8 revisions

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
Clone this wiki locally