slint/api/node/__test__
Nigel Breslaw 9c20beadba
Tools: Remove the unnecessary 'FF' from generated colors (#9594)
* Tools: Remove the unecessary 'FF' from generated colors

When colors in most UI tools are 100% alpha the extra 'FF' is auto cut 
off for readability. e.g. #000000FF becomes #000000. Since introducing 
the new color pickers this has been the case on the UI side. However the 
code generator for gradients was inconsistent and would still add in the
unnecessary 'FF'. This fixes that and makes generated gradient code
tidier.

* Fix correct tests

* Fix

* [autofix.ci] apply automated fixes

* Fix

* Fix

* Fix

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-10-02 16:53:22 +03:00
..
resources Janitor: Remove trailing whitespaces from all files 2025-01-10 13:23:22 +01:00
api.spec.mts Node.js: Fix support for loadFile() with an URL on Windows 2025-04-22 18:01:48 +02:00
compiler.spec.mts Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00
eventloop.spec.mts Update to Biome 2.0 (#8730) 2025-06-19 21:38:30 +03:00
globals.spec.mts Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00
js_value_conversion.spec.mts Tools: Remove the unnecessary 'FF' from generated colors (#9594) 2025-10-02 16:53:22 +03:00
models.spec.mts Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00
tsconfig.json Node.js: Upgrade TypeScript 2025-01-14 14:49:02 +01:00
types.spec.mts Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00
window.spec.mts Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00