diff --git a/libraries/LIBRARIES b/libraries/LIBRARIES index 87f0e4f3..2d97955e 100644 --- a/libraries/LIBRARIES +++ b/libraries/LIBRARIES @@ -15,3 +15,4 @@ bignumbers.xml Infinite precision integers, exact rationals, complex The full Sc animation_module.xml Animation glide, grow and rotate using easing functions. pixel_module.xml Pixels manipulate costumes pixel-wise. audioComp_module.xml Audio Comp analyze, manipulate and generate sound samples. +crayons.xml Provide 100 selected colors to use instead of hue for better selection \ No newline at end of file diff --git a/libraries/crayons.xml b/libraries/crayons.xml new file mode 100644 index 00000000..54f8689b --- /dev/null +++ b/libraries/crayons.xml @@ -0,0 +1,120 @@ +
grays={ +0 black #000000=0 +1 gray7 #121212=1 +2 gray14 #242424=2 +3 gray21 #363636=3 +4 gray28 #484848=4 +5 gray36 #5b5b5b=5 +6 gray43 #6d6d6d=6 +7 gray50 #7f7f7f=7 +8 gray57 #919191=8 +9 gray64 #a3a3a3=9 +10 gray71 #b6b6b6=10 +11 gray78 #c8c8c8=11 +12 gray85 #dadada=12 +13 gray92 #ececec=13 +14 white #ffffff=14 +} +pinks={ +15 deep pink #ff1493=15 +16 amaranth #e52b50=16 +17 bright pink #ff007f=17 +18 hot pink #ff69b4=18 +19 raspberry #e30b5d=19 +} +reds={ +20 red #ff0000=20 +21 candy apple red #ff0800=21 +22 dark candy apple red #a40000=22 +23 sanguine #c00000=23 +24 currant #f31112=24 +25 firebrick #b22222=25 +26 cherry #990000=26 +27 crimson #c90016=27 +28 coquelicot #ff3800=28 +29 burgundy #900020=29 +} +browns={ +30 saddle brown #8b4513=30 +31 copper #b87333=31 +32 golden brown #996515=32 +33 brown #964b00=33 +34 sepia #704214=34 +35 maroon #800000=35 +36 chocolate #d2691e=36 +37 cinnamon #7b3f00=37 +38 chestnut #954535=38 +39 kobicha #6b4423=39 +} +oranges={ +40 orange #ff7f00=40 +41 pumpkin #ff7518=41 +42 ochre #cc7722=42 +43 dark orange ff8c00=43 +44 tangerine #f28500=44 +45 burnt orange #cc5500=45 +46 web orange #ffa500=46 +47 Pantone orange #ff5800=47 +48 Spanish orange #e86100=48 +49 carrot #ed9121=49 +} +yellows={ +50 yellow #ffff00=50 +51 saffron #f4c430=51 +52 sandstorm #ecd540=52 +53 canary #ffef00=53 +54 egg yolk #fee33e=54 +55 rubber duck #fbe108=55 +56 dark goldenrod #b8860b=56 +57 goldenrod #daa520=57 +58 gold #ffd700=58 +59 mustard #ffdb58=59 +} +greens={ +60 lime #00ff00=60 +61 emerald #50c878=61 +62 dark pastel green #03c03c=62 +63 forest green #228b22=63 +64 green 008000=64 +65 dark green 006400=65 +66 mint #3eb489=66 +67 sea green #2e8b57=67 +68 apple green #8db600=68 +69 bright green #66ff00=69 +} +cyans={ +70 aqua (cyan) #00ffff=70 +71 iceberg #71a6d2=71 +72 cadet blue #5f9ea0=72 +73 cerulean #007ba7=73 +74 dark cyan #008b8b=74 +75 teal #008080=75 +76 light sky blue #87cefa=76 +77 deep sky blue #00bfff=77 +78 dodger blue #1e90ff=78 +79 azure #007fff=79 +} +blues={ +80 blue #0000ff=80 +81 steel blue #4682b4=81 +82 royal blue #4169e1=82 +83 cobalt #0047ab=83 +84 dark powder blue #003399=84 +85 navy blue #000080=85 +86 midnight blue #191970=86 +87 slate blue #6a5acd=87 +88 denim #1560bd=88 +89 cornflower #6495ed=89 +} +violets={ +90 violet #8f00ff=90 +91 blue violet #8a2be2=91 +92 x11 purple #a020f0=92 +93 dark orchid #9932cc=93 +94 indigo #4b0082=94 +95 magenta (fuchia) #ff00ff=95 +96 web violet #ee82ee=96 +97 dark magenta #8b008b=97 +98 purple #7f007f=98 +99 grape #6f2da8=99 +}
distance112233index11
25500
1
1datamapmany1data lists
\ No newline at end of file