ColorPicker
Preview notice
The MatrixOS Python API is in preview and is subject to change; it may contain errors.
Overview
The ColorPicker utility provides an interactive color selection interface on the LED matrix. Users can select colors using the keypad interface with visual feedback.
The ColorPicker utility is implemented in Applications/Python/PikaPython/MatrixOS_UIUtility.py with type hints in Applications/Python/PikaPython/_MatrixOS_UIUtility.pyi.
ColorPicker
def ColorPicker() -> any
Displays an interactive color picker interface and returns the selected color.
Returns:
Color: Selected color chosen by the user, orNoneif cancelled
Comments