11==============================
22 MEP21: color and cm refactor
33==============================
4+
45.. contents ::
56 :local:
67
@@ -22,16 +23,21 @@ Abstract
2223========
2324
2425
25- * color
26- * tidy up the namespace
27- * Define a "Color" class
28- * make it easy to convert from one color type to another ```hex -> RGB` ``, ```RGB -> hex` ``, ```HSV -> RGB` `` etc.
29- * improve the construction of a colormap - the dictionary approach is archaic and overly complex (though incredibly powerful)
30- * make it possible to interpolate between two or more color types
31- in different modes, especially useful for construction of
32- colormaps in HSV space for instance
33- * cm
34- * rename the module to something more descriptive - mappables?
26+ * color
27+
28+ * tidy up the namespace
29+ * Define a "Color" class
30+ * make it easy to convert from one color type to another ```hex ->
31+ RGB` ``, ```RGB -> hex` ``, ```HSV -> RGB` `` etc.
32+ * improve the construction of a colormap - the dictionary approach
33+ is archaic and overly complex (though incredibly powerful)
34+ * make it possible to interpolate between two or more color types
35+ in different modes, especially useful for construction of
36+ colormaps in HSV space for instance
37+
38+ * cm
39+
40+ * rename the module to something more descriptive - mappables?
3541
3642
3743Overall, there are a lot of improvements that can be made with
0 commit comments