# floem-picker
<div align="center">
[](https://crates.io/crates/floem-picker)
[](https://docs.rs/floem-picker)

**Simple color picker widget for Floem, works with both vger and vello backends.**
</div>
<p align="center">
<img width="344" height="604" alt="Screenshot 2026-02-09 at 9 07 09 PM" src="https://github.com/user-attachments/assets/90b3288d-5462-4c46-8be7-9b7b5a6ff101" />
</p>
*Note:* the eyedropper functionality is only available for macOS because:
1. It has FFI bindings to `NSColorSampler`,
2. There's no built-in Windows equivalent (as far as I'm aware), and
3. The Linux equivalent [appears to be buggy](https://github.com/pop-os/xdg-desktop-portal-cosmic/issues/251).
## Credits
Inspired by [System Color Picker](https://sindresorhus.com/system-color-picker).