We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de52108 commit 85ad8d5Copy full SHA for 85ad8d5
src/converters/hexadec.py
@@ -11,7 +11,7 @@ def hex_to_dec_primaries(
11
) -> Union[list[int], list[float]]:
12
"""
13
Splits hex color code into three decimal values of the primary colors.
14
-
+
15
Args:
16
color (str): Color code string (hex), can include '#' prefix
17
arithmetic (bool, optional): If True returns float values between 0 and 1.
0 commit comments