|
Last change
on this file since a762898 was e4c61dd, checked in by istevanoska <ilinastevanoska@…>, 6 months ago |
|
Prototype 1.1
|
-
Property mode
set to
100644
|
|
File size:
584 bytes
|
| Line | |
|---|
| 1 | import colors from "../colors.js";
|
|---|
| 2 | import ramp from "../ramp.js";
|
|---|
| 3 |
|
|---|
| 4 | export var scheme = new Array(3).concat(
|
|---|
| 5 | "ef8a62ffffff999999",
|
|---|
| 6 | "ca0020f4a582bababa404040",
|
|---|
| 7 | "ca0020f4a582ffffffbababa404040",
|
|---|
| 8 | "b2182bef8a62fddbc7e0e0e09999994d4d4d",
|
|---|
| 9 | "b2182bef8a62fddbc7ffffffe0e0e09999994d4d4d",
|
|---|
| 10 | "b2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d",
|
|---|
| 11 | "b2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d",
|
|---|
| 12 | "67001fb2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d1a1a1a",
|
|---|
| 13 | "67001fb2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d1a1a1a"
|
|---|
| 14 | ).map(colors);
|
|---|
| 15 |
|
|---|
| 16 | export default ramp(scheme);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.