remove debug print
This commit is contained in:
parent
b1c524e8d8
commit
9d2c5a72a5
|
@ -93,7 +93,7 @@ class Color():
|
||||||
http://codeitdown.com/hsl-hsb-hsv-color/
|
http://codeitdown.com/hsl-hsb-hsv-color/
|
||||||
"""
|
"""
|
||||||
if self.model != 'HSV': return
|
if self.model != 'HSV': return
|
||||||
print "HSV: ",self.color
|
|
||||||
converted = Color('HSL',np.array([
|
converted = Color('HSL',np.array([
|
||||||
self.color[0],
|
self.color[0],
|
||||||
1. if self.color[2] == 0.0 or (self.color[1] == 0.0 and self.color[2] == 1.0) \
|
1. if self.color[2] == 0.0 or (self.color[1] == 0.0 and self.color[2] == 1.0) \
|
||||||
|
|
Loading…
Reference in New Issue