diff options
| author | Martin Patz <martin@recogni.com> | 2020-03-23 01:03:45 +0100 |
|---|---|---|
| committer | Martin Patz <martin@recogni.com> | 2020-03-23 01:03:45 +0100 |
| commit | 7e01b0d84cefdeb760e77f21b3c80fc5c65ce429 (patch) | |
| tree | 22b02d7002dd3a19d5f57033b8880a6afdbb4b27 /pywal/util.py | |
| parent | 52d1f5e7d491ab13310ea7ab722d65429d655229 (diff) | |
add a docstring
Diffstat (limited to 'pywal/util.py')
| -rw-r--r-- | pywal/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pywal/util.py b/pywal/util.py index 76a364b..b83e30c 100644 --- a/pywal/util.py +++ b/pywal/util.py @@ -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 |
