ENH: Added rgb2hed and hed2rgb to __all__ list

This commit is contained in:
spotter
2013-02-28 16:26:57 +01:00
parent 997870ce23
commit 74b37dbb05
+2 -1
View File
@@ -45,7 +45,8 @@ from __future__ import division
__all__ = ['convert_colorspace', 'rgb2hsv', 'hsv2rgb', 'rgb2xyz', 'xyz2rgb',
'rgb2rgbcie', 'rgbcie2rgb', 'rgb2grey', 'rgb2gray', 'gray2rgb',
'xyz2lab', 'lab2xyz', 'lab2rgb', 'rgb2lab', 'is_rgb', 'is_gray'
'xyz2lab', 'lab2xyz', 'lab2rgb', 'rgb2lab', 'rgb2hed', 'hed2rgb',
'is_rgb', 'is_gray'
]
__docformat__ = "restructuredtext en"