polymerist.graphics.colors
Representations and conversion methods for colors
Attributes
Module Contents
- type polymerist.graphics.colors.RGB = tuple[int, int, int]
- type polymerist.graphics.colors.RGBA = tuple[int, int, int, int]
- polymerist.graphics.colors.Color
- polymerist.graphics.colors.NAMED_COLORS: dict[str, RGB]