⚙️ Configuration
Namespace: Canley.Utility.ColourPicker
Class: CanleyColourController
Overview
The CanleyColourController includes several high-level logic toggles that change how the picker behaves, looks, and feels. These can be set in the Inspector or modified via script.
Logic & Feature Reference
Click a feature name for detailed logic, workflow, and code examples.
| Feature | Property | Description |
|---|---|---|
| Alpha Support | UseAlpha | Toggle between RGB and RGBA modes with automatic UI scaling. |
| Haptics System | GlobalHapticsEnabled | Manage tactile feedback globally or on a per-instance basis. |
TIP
Performance Note: Most configuration changes (like toggling Alpha) trigger a
ForceLayoutRebuild(). While optimized, it is best to set these during initialization rather than every frame.