⚙️ 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.

FeaturePropertyDescription
Alpha SupportUseAlphaToggle between RGB and RGBA modes with automatic UI scaling.
Haptics SystemGlobalHapticsEnabledManage 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.

2 items under this folder.