vispy.color.tests.test_color module

vispy.color.tests.test_color.test_color()[source]

Basic tests for Color class

vispy.color.tests.test_color.test_color_array()[source]

Basic tests for ColorArray class

vispy.color.tests.test_color.test_color_conversion()[source]

Test color conversions

vispy.color.tests.test_color.test_color_interpretation()[source]

Test basic color interpretation API

vispy.color.tests.test_color.test_colormap()[source]

Test named colormaps.

vispy.color.tests.test_color.test_colormap_discrete()[source]

Test discrete colormaps.

vispy.color.tests.test_color.test_colormap_gradient()[source]

Test gradient colormaps.

vispy.color.tests.test_color.test_colormap_interpolation()[source]

Test interpolation routines for colormaps.

vispy.color.tests.test_color.test_normalize()[source]

Test the _normalize() function.