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 67d8b68 commit 00c703bCopy full SHA for 00c703b
branca/utilities.py
@@ -71,7 +71,7 @@ def linear_gradient(hexList: List[str], nColors: int) -> List[str]:
71
]
72
result: List[str] = []
73
step_size = (len(hexList) - 1) / (nColors - 1)
74
- step = 0
+ step = 0.0
75
idx = 0
76
while len(result) < nColors - 1:
77
start, end = input_color_bytes[idx], input_color_bytes[idx + 1]
0 commit comments