1.6 DitherAlgorithm value type
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -59,7 +59,7 @@ Each type lives in `src/FrameProcessor/Domain/`. Tests in `tests/FrameProcessor.
|
||||
- `record(string Name, Color DisplayColor, Color DeviceColor)` using `SixLabors.ImageSharp.Color`.
|
||||
- JSON converter parses hex strings into `Color` at deserialize time (don't store hex strings on the type).
|
||||
|
||||
### [ ] 1.6 `DitherAlgorithm`
|
||||
### [x] 1.6 `DitherAlgorithm`
|
||||
- `enum { FloydSteinberg, Atkinson, Stucki, Jarvis }`.
|
||||
- JSON converter reading kebab-case (`floyd-steinberg`, etc.).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user