vispy.color.tests.test_color module#
- vispy.color.tests.test_color.test_color()#
Basic tests for Color class
- vispy.color.tests.test_color.test_color_array()#
Basic tests for ColorArray class
- vispy.color.tests.test_color.test_color_conversion()#
Test color conversions
- vispy.color.tests.test_color.test_color_interpretation()#
Test basic color interpretation API
- vispy.color.tests.test_color.test_colormap()#
Test named colormaps.
- vispy.color.tests.test_color.test_colormap_discrete()#
Test discrete colormaps.
- vispy.color.tests.test_color.test_colormap_gradient()#
Test gradient colormaps.
- vispy.color.tests.test_color.test_colormap_interpolation()#
Test interpolation routines for colormaps.
- vispy.color.tests.test_color.test_normalize()#
Test the _normalize() function.