Module:MOS mode degrees: Difference between revisions

Ganaram inukshuk (talk | contribs)
m Tweaking colors some more
Ganaram inukshuk (talk | contribs)
m Final tweaks to color palette
Line 7: Line 7:


-- Global variables for cell colors
-- Global variables for cell colors
-- Colors are as follows:
-- Large intervals are yellow, small intervals are blue, augmented intervals are dark yellow, and diminished intervals are dark blue
p.cell_color_none = "NONE" -- For cells that don't have a color (default cell color applies)
p.cell_color_none = "NONE" -- For cells that don't have a color (default cell color applies)
p.cell_color_perfect_size = "NONE" -- Only applies for periods, including the root and equave
p.cell_color_perfect_size = "NONE" -- Only applies for periods, including the root and equave
p.cell_color_large_size = "ffffe0"
p.cell_color_lg_altered_size = "DED2A0"
p.cell_color_small_size = "eaeaff"
p.cell_color_large_size      = "FFF4D0"
p.cell_color_lg_altered_size = "f2e4b0"
p.cell_color_small_size      = "EAEAFF"
p.cell_color_sm_altered_size = "cfbee0"
p.cell_color_sm_altered_size = "B3B3E0"


-- TODO?: Move some functions to the mos notation module
-- TODO?: Move some functions to the mos notation module