//! Events emitted by a [`struct@super::ColorPicker`].
//!
//! Implement [`ColorPickerEvents`] on a window (or other parent) to react when
//! the chosen color changes.
use ColorPicker;
use crate::;
/// Events from a [`struct@super::ColorPicker`].
///
/// Implement this on a window to react when the chosen color changes.
/// The default method returns [`EventProcessStatus::Ignored`].
pub