crates/argui-widgets/src/color_picker.rs

Color picker

Precise color editing with opacity, a saturation pad and HEX/RGB/HSL/HSV fields.

Enable this component

Cargo.toml
[dependencies.argui]
git = "https://github.com/ExtraBinoss/argui"
features = ["widget-color-picker"]

Use the feature on the Argui facade, or enable the same feature without the widget- prefix in argui-widgets.

Read the implementation