jscad / csg.js

DEPRECATED: CSG Library for JSCAD (See the link below)
https://github.com/jscad/OpenJSCAD.org/tree/master/packages/modeling
MIT License
217 stars 56 forks source link

V2 : Cleanup : Review API to color functions #187

Closed z3dev closed 4 years ago

z3dev commented 5 years ago

The API to the color function is now based on arrays of values (RGB, HSV, HSL plus Alpha)

This should be reviewed once there are working examples, as well as hands on experience.

It's possible that these can be changed to use (...spread) as the API.