docstrings

This commit is contained in:
Will McGugan
2022-09-13 12:03:18 +01:00
parent 6821e49d70
commit 9b9a5acf89

View File

@@ -295,7 +295,8 @@ class Color(NamedTuple):
Args:
destination (Color): Another color.
factor (float): A blend factor, 0 -> 1
factor (float): A blend factor, 0 -> 1.
alpha (float | None): New alpha for result. Defaults to 1.
Returns:
Color: A new color.