BoxDragon / kolor

Color space conversion math made simple
38 stars 7 forks source link

change basic Color methods to be const #9

Closed mockersf closed 2 years ago

mockersf commented 2 years ago

change methods Color::new, Color::srgb and Color::space to be const (less useful for space but why not...)

mockersf commented 2 years ago

tests are failing, and I'm not sure how to test without the glam feature as building with --no-default-features fails too