summaryrefslogtreecommitdiffstats
path: root/typing-stubs/colored/hexadecimal.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'typing-stubs/colored/hexadecimal.pyi')
-rw-r--r--typing-stubs/colored/hexadecimal.pyi7
1 files changed, 7 insertions, 0 deletions
diff --git a/typing-stubs/colored/hexadecimal.pyi b/typing-stubs/colored/hexadecimal.pyi
new file mode 100644
index 0000000..17f376e
--- /dev/null
+++ b/typing-stubs/colored/hexadecimal.pyi
@@ -0,0 +1,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: ...