#color #component #selector #graphics

aloe-colourselector

Aloe ColourSelector is a crate enabling sophisticated color selection in GUIs, featuring RGB and HSV controls, swatch management, and change notifications for GUI development. This crate is a translation of the c++ juce module serving the same function.

1 unstable release

Uses new Rust 2024

new 0.1.2 Apr 2, 2025

#43 in #selector

27 downloads per month
Used in 4 crates (3 directly)

GPL-3.0 license

1.5MB
15K SLoC

Aloe ColourSelector Crate

Aloe ColourSelector is a Rust crate designed for advanced graphical user interfaces (GUIs) where color selection is a pivotal feature. Built for versatility and precision, this crate provides a comprehensive set of tools for selecting and manipulating colors within an application, utilizing various components like sliders and color spaces.

Features

  • Color Manipulation: Change colors of GUI elements using customizable color IDs.
  • RGB and HSV Support: Utilize sliders and color spaces to select colors based on RGB and HSV models.
  • Swatches Management: Save and apply frequently used colors with swatch components.
  • Component-Based Architecture: Leverage components for hue selection, color preview, and more, facilitating modular and scalable development.
  • Change Broadcasting: Notify listeners of color changes dynamically.

Technical Overview

The crate provides an enum, ColourSelectorColourIds, defining color ID constants to modify keyboard visual elements via Component::setColour() or LookAndFeel::setColour(). It follows a trait-based design, with key traits such as:

  • ColourSelectorInterface: A marker for color selector capabilities.
  • GetNumSwatches, GetSwatchColour, SetSwatchColour: Manage color swatches for easy selection and application.

Components like ColourPreviewComp and HueSelectorComp allow rich, interactive controls for vibrant GUI applications. The hue selector, for instance, lets users drag to adjust hue with immediate visual feedback.

Each component is tailored with meticulous design to ensure seamless integration into existing Rust projects while supporting modern GUI requirements.

Licensing

This crate is licensed under the GPL-3.0 license. Please make sure to comply with the license terms when using this crate.


This README.md was generated by an AI model and may not be 100% accurate, however, it should be pretty good.

This crate is a translation of the JUCE module.

JUCE is a c++ software framework for developing high performance audio applications.

Usage falls under the GPLv3 as well as the JUCE commercial license.

See github.com/juce-framework/JUCE and the JUCE license page for details.

This crate is in the process of being translated from c++ to rust. For progress updates, please see the workspacer rust project. designed specifically for rust projects.

Dependencies

~26–36MB
~600K SLoC