diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-10-09 02:42:18 -0400 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-10-09 02:42:18 -0400 |
| commit | 0c965a54861e779ca51b235e7a3c2475d8a84dfb (patch) | |
| tree | 268874e25442b44e6817a2adc5062ae308bbd0de /lib/param/color.py | |
| parent | 8232a9ed41fa73d973d1638aa903ac9d1f09aec9 (diff) | |
fixed something in gradient
Diffstat (limited to 'lib/param/color.py')
| -rw-r--r-- | lib/param/color.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/param/color.py b/lib/param/color.py index 02d694d..829a8f4 100644 --- a/lib/param/color.py +++ b/lib/param/color.py @@ -15,6 +15,8 @@ class Color(Param): except Exception as e: self.err_warn("Unable to sanitize the color: %s" % str(value)) self.err_warn(str(e)) + + def _color_sanitize(self, s): if s == "": return "transparent" |
