1
1
==============================
2
2
MEP21: color and cm refactor
3
3
==============================
4
+
4
5
.. contents ::
5
6
:local:
6
7
@@ -22,16 +23,21 @@ Abstract
22
23
========
23
24
24
25
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?
35
41
36
42
37
43
Overall, there are a lot of improvements that can be made with
0 commit comments