Skip to content

Commit 4e0ffc7

Browse files
committed
update color cubes
1 parent bf5c35f commit 4e0ffc7

6 files changed

+19
-0
lines changed

references/GeyIkDQa4AAqisR.jpeg

1.31 MB
Loading
Loading

references/marvel-news-print-80s.webp

539 KB
Binary file not shown.

references/munsell-alt.jpg

224 KB
Loading

references/munsell-dots.jpeg

863 KB
Loading

src/cubes.ts

+19
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,17 @@ const RYB_MUNSELL: ColorCube = [
169169
[46 / 255, 44 / 255, 38 / 255],
170170
];
171171

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+
172183
const RYB_HAYTER: ColorCube = [
173184
[237 / 255, 213 / 255, 177 / 255],
174185
[167 / 255, 33 / 255, 28 / 255],
@@ -444,6 +455,14 @@ cubes.set("munsell", {
444455
cube: RYB_MUNSELL,
445456
});
446457

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+
447466
cubes.set("hayter", {
448467
title: "New Practical Treatise on the Three Primitive Colours",
449468
author: "Charles Hayter",

0 commit comments

Comments
 (0)