@@ -169,6 +169,17 @@ const RYB_MUNSELL: ColorCube = [
169
169
[ 46 / 255 , 44 / 255 , 38 / 255 ] ,
170
170
] ;
171
171
172
+ const RYB_MUNSELL_ALT : ColorCube = [
173
+ [ 206 / 255 , 205 / 255 , 209 / 255 ] ,
174
+ [ 181 / 255 , 38 / 255 , 54 / 255 ] ,
175
+ [ 221 / 255 , 187 / 255 , 23 / 255 ] ,
176
+ [ 208 / 255 , 120 / 255 , 37 / 255 ] ,
177
+ [ 10 / 255 , 71 / 255 , 129 / 255 ] ,
178
+ [ 101 / 255 , 36 / 255 , 66 / 255 ] ,
179
+ [ 75 / 255 , 129 / 255 , 131 / 255 ] ,
180
+ [ 26 / 255 , 30 / 255 , 47 / 255 ] ,
181
+ ] ;
182
+
172
183
const RYB_HAYTER : ColorCube = [
173
184
[ 237 / 255 , 213 / 255 , 177 / 255 ] ,
174
185
[ 167 / 255 , 33 / 255 , 28 / 255 ] ,
@@ -444,6 +455,14 @@ cubes.set("munsell", {
444
455
cube : RYB_MUNSELL ,
445
456
} ) ;
446
457
458
+ cubes . set ( "munsell-alt" , {
459
+ title : "A Grammar of Color" ,
460
+ author : "Cleland, T. M. & Albert Henry Munsell" ,
461
+ year : 1921 ,
462
+ reference : "munsell-alt.jpg" ,
463
+ cube : RYB_MUNSELL_ALT ,
464
+ } ) ;
465
+
447
466
cubes . set ( "hayter" , {
448
467
title : "New Practical Treatise on the Three Primitive Colours" ,
449
468
author : "Charles Hayter" ,
0 commit comments