JuliaAttic / Color.jl

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

Refactoring of Color.jl into modular files. #24

Closed glennsweeney closed 10 years ago

glennsweeney commented 10 years ago

This is a "final" refactor in regards to #20. It moves functionality out into files that are include()ed into Color.jl.

An attempt was made to ensure that all early functions and types are in colorspaces.jl or utilities.jl, and that all other files are dependent only upon these two.