mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-05 21:48:55 +01:00
add a docstring
This commit is contained in:
parent
52d1f5e7d4
commit
7e01b0d84c
@ -45,6 +45,7 @@ class Color:
|
||||
|
||||
@property
|
||||
def alpha_dec(self):
|
||||
"""Export the alpha value as a decimal number in [0, 1]."""
|
||||
return int(self.alpha_num) / 100
|
||||
|
||||
@property
|
||||
|
Loading…
Reference in New Issue
Block a user