mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docstrings
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user