1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
adam_neely.json:
* he doesn't mention if sharps/flats have their own colours for him in
his video, right now i'm probably going to make them a
blended colour between the note and the next note, hopefully choosing
decent colours
* using brighter versions for the sharps also seems like a good idea,
(or darker for flats if you go the other way) that could look weird
though because i'm using brightness for value too, i might need to also
make the brightness for the max value rgb higher too for the b fex
so it doesn't get too dark too fast (probably a good idea to make sure
the notes have atleast close brightnesses to each other via the val
value in kcolorchooser)
wavy2:
* created with:
hsv.py 344,90,255 30,80,255 30 0.23
* strikes a bit of a balance, probably a bit hard to read still
wavy3:
* created with:
hsv.py 344,90,255 40,80,255 24 0.22
and
hsv.py 134,66,255
to generate the g# colour
* with the e colour switched to g and visa-versa (green <-> yellow)
and the new g# colour generated as above
|