JuliaAttic / Color.jl

Basic color manipulation utilities.
Other
47 stars 21 forks source link

RFC: LAB -> Lab, LUV -> Luv #40

Closed dcjones closed 10 years ago

dcjones commented 10 years ago

This renames LAB to Lab and LUV to Luv but adds typealiases for backwards compatibility. @glenn-sweeney pointed out the inconsistency and it's bothered me every since. :wink:

I'm leaving the parameters all lowercase though, since unlike xyY, case isn't needed to distinguish parameters.

Anyone object?

StefanKarpinski commented 10 years ago

Seems like the right thing to do, and since the type aliases are there, it's a non-breaking change.