summaryrefslogtreecommitdiffstats
path: root/typing-stubs/colored/hexadecimal.pyi
blob: 17f376ea13d09c23c201417a2f4712315e303d29 (plain)
1
2
3
4
5
6
7
from .library import Library as Library

class Hex:
    def find(self, color: str | int) -> str: ...
    @staticmethod
    def cube(x: int) -> int: ...
    def fit(self, hex_val: str, ref: int) -> int: ...