Erik Hedvall
Erik Hedvall
## Description Write a "cookbook" with examples of different scenarios and workflows. This would be a complement to the reference documentation and describe how to do things, rather than what...
`RelativeContrast` and `contrast_ratio` are deprecated in #326 and should be removed in the next batch of breaking changes.
## Description Replace the current `Default` implementations with more "regular" versions that just sets the component values to their defaults. There should rather be a trait, such as `Black` (and...
## Description Create a separate trait (`Premultiplied`? Something more generic?) with only the `Scalar` type that both `Premultiply` and `PreAlpha` can depend on. This is breaking because it (re)moves an...
`ColorDifference` is being deprecated in #316 and should be removed in the next batch of breaking changes.
## Description There have been requests for some sort of code example for those who find the repo and would like to see how it looks and works. I think...
## Description Implement the traits from [`cint`](https://crates.io/crates/cint) for all applicable Palette types. ## Motivation This helps making Palette more compatible with other color crates, and is a more type safe...
Long time, no see! Earlier this week, I received an email from @mwallner (I hope you don't mind that I make this an open conversation) asking if I would like...
It looks like the format for benchmarks with throughput isn't parsed correctly, since they are not (always) separated with two spaces anymore. This can be seen in https://github.com/Ogeon/palette/pull/228, where I...
The current `Luma` type isn't actually representing luma. It's relative luminosity with or without gamma compression, which is fine and what's usually encoded in grayscale images if I understand correctly....