floem-picker 0.1.0

A simple color picker widget for Floem
Documentation

floem-picker

Crates.io Documentation Rust

Simple color picker widget for Floem, works with both vger and vello backends.

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.

Credits

Inspired by System Color Picker.