kewler icon indicating copy to clipboard operation
kewler copied to clipboard

It is possible to create invalid colors

Open x2764tech opened this issue 7 years ago • 0 comments

Doing something like:

colour("#FF9900")(lightness(400))()

results in a runtime error - Color passed is not a valid color.

This may be obvious when static values are passed, but gets more complicated when programmatically generating colours.

x2764tech avatar Dec 13 '17 13:12 x2764tech