conntextual.ui.channel.color |
index /home/vkottler/src/vkottler/workspace/conntextual/conntextual/ui/channel/color.py |
A module implementing color interfaces for channel enviroments.
Functions | ||
|
Data | ||
AnyPrimitiveType = typing.Union[runtimepy.primitives.types.int.Int8...ype, runtimepy.primitives.types.bool.BooleanType] COLOR_NAME_TO_RGB = {'aliceblue': (240, 248, 255), 'ansi_black': (0, 0, 0), 'ansi_blue': (0, 0, 128), 'ansi_bright_black': (128, 128, 128), 'ansi_bright_blue': (0, 0, 255), 'ansi_bright_cyan': (0, 255, 255), 'ansi_bright_green': (0, 255, 0), 'ansi_bright_magenta': (255, 0, 255), 'ansi_bright_red': (255, 0, 0), 'ansi_bright_white': (255, 255, 255), ...} Optional = typing.Optional |