lux icon indicating copy to clipboard operation
lux copied to clipboard

Shade() should check for multiple parameters

Open cscheid opened this issue 8 years ago • 0 comments

I've been bitten by typing Shade(x, y, z) instead of Shade.vec(x, y, z). We should either check for multiple parameters or actually just call Shade.vec() in case we get more than one parameter.

cscheid avatar Oct 31 '17 17:10 cscheid