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
       
bit_field_style() -> str
Get a style string for bit-field elements.
type_str_style(kind: Union[runtimepy.primitives.types.int.Int8Type, runtimepy.primitives.types.int.Int16Type, runtimepy.primitives.types.int.Int32Type, runtimepy.primitives.types.int.Int64Type, runtimepy.primitives.types.int.Uint8Type, runtimepy.primitives.types.int.Uint16Type, runtimepy.primitives.types.int.Uint32Type, runtimepy.primitives.types.int.Uint64Type, runtimepy.primitives.types.float.HalfType, runtimepy.primitives.types.float.FloatType, runtimepy.primitives.types.float.DoubleType, runtimepy.primitives.types.bool.BooleanType], enum: Optional[runtimepy.enum.RuntimeEnum]) -> str
Get a style for a given type.

 
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