anki_vector.color¶
Colors to be used with a light or Vector’s screen.
Classes
|
A Color to be used with a Light or Vector’s screen. |
-
class
anki_vector.color.
Color
(int_color=None, rgb=None, name=None)¶ A Color to be used with a Light or Vector’s screen.
Either int_color or rgb may be used to specify the actual color. Any alpha components (from int_color) are ignored - all colors are fully opaque.
- Parameters
-
anki_vector.color.
off
= <anki_vector.color.Color object>¶ Instance representing no color (i.e., lights off).
- Type