color_utils module

class color_utils.ColorFunctions

Bases: object

COLORS = ((255, 0, 0), (255, 69, 0), (255, 165, 0), (255, 215, 0), (255, 255, 0), (173, 255, 47), (0, 128, 0), (0, 255, 255), (30, 144, 255), (65, 105, 225))
static blue(wheelpos)

Blue color variations for UFO effects.

static get_mode_description(mode)

Get description of color mode for user feedback.

static green(wheelpos)

Green color variations for UFO effects.

static pink(wheelpos)

Pink color variations for UFO effects.

static show_selection_feedback(routine, mode)

Visual feedback for button presses - shows a current routine/mode selection.

static wheel(wheelpos)

Color-wheel function for smooth color transitions.