|
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:
446 bytes
|
| Line | |
|---|
| 1 | import colors from "../colors.js";
|
|---|
| 2 | import ramp from "../ramp.js";
|
|---|
| 3 |
|
|---|
| 4 | export var scheme = new Array(3).concat(
|
|---|
| 5 | "fff7bcfec44fd95f0e",
|
|---|
| 6 | "ffffd4fed98efe9929cc4c02",
|
|---|
| 7 | "ffffd4fed98efe9929d95f0e993404",
|
|---|
| 8 | "ffffd4fee391fec44ffe9929d95f0e993404",
|
|---|
| 9 | "ffffd4fee391fec44ffe9929ec7014cc4c028c2d04",
|
|---|
| 10 | "ffffe5fff7bcfee391fec44ffe9929ec7014cc4c028c2d04",
|
|---|
| 11 | "ffffe5fff7bcfee391fec44ffe9929ec7014cc4c02993404662506"
|
|---|
| 12 | ).map(colors);
|
|---|
| 13 |
|
|---|
| 14 | export default ramp(scheme);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.