diff --git a/src/widget/color_picker/mod.rs b/src/widget/color_picker/mod.rs index 1d06af36..fd448784 100644 --- a/src/widget/color_picker/mod.rs +++ b/src/widget/color_picker/mod.rs @@ -214,6 +214,12 @@ impl ColorPickerModel { self.active } + /// Get the applied color of the picker + #[must_use] + pub fn get_applied_color(&self) -> Color { + self.applied_color + } + #[must_use] pub fn builder( &self,