slint/tests/screenshots
Ashley e7ec065a90
Change color type to use f32 values internally (#9820)
* Change Color type to be f32 internally but no other changes

* Add missing clamp

* Add round function as we're not on MSRV 1.90+

* Prepare for being able to switch between u8s and f32s

* [autofix.ci] apply automated fixes

* Fix Display impl

* Add feature flag for 8-bit color values. Name to be bikeshed

* Fix brighter-darker test

* Update test screenshot

* Remove unused Float trait import

* Add cfg thing for not(cbindgen)

* Change Channel to float in cbindgen

* Change the cpp color type for uint8_t for now

* Opt cpp into 8-bit-color

* Switch feature around

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-11-13 04:21:14 +13:00
..
cases/software/basic swrenderer: Fix drawing of single color png image without colorize 2025-08-22 14:30:24 +02:00
references/software/basic Change color type to use f32 values internally (#9820) 2025-11-13 04:21:14 +13:00
build.rs Ensure error reporting when using buffered file writes 2025-08-20 10:22:45 +02:00
Cargo.toml Janitor: upgrade crossterm dependency for the screenshot test 2025-04-23 09:24:21 +02:00
main.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
testing.rs Add conic gradient support for all backends (#9021) 2025-08-02 09:14:33 +02:00