Source code for lpf2.color
"""LEGO Powered-Up colour indices (LWP ``ColorIDX``).
Used by :meth:`lpf2.port.setRgbColorIdx`, :class:`lpf2.devices.hub_led`
and the colour-sensor family.
"""
"""Black / off."""
"""Pink."""
"""Purple."""
"""Blue."""
"""Light blue."""
"""Cyan."""
"""Green."""
"""Yellow."""
"""Orange."""
"""Red."""
"""White."""
"""Number of concrete colour entries (BLACK..WHITE)."""
"""Sentinel: no colour / unknown."""