Skip to content

Commit

Permalink
Issue #100 updated colour profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Jul 14, 2022
1 parent 3f6c8f3 commit b97a9f4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions sksurgerybard/visualisation/colours.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@
}

yellow = {
"50": [255, 255, 255],
"100": [250, 250, 0],
"200": [236, 236, 0],
"300": [220, 220, 0],
"50": [255, 255, 142],
"100": [245, 245, 0],
"200": [232, 232, 0],
"300": [217, 217, 0],
"400": [203, 203, 0],
"500": [184, 184, 0],
"600": [162, 162, 0],
"700": [134, 134, 0],
"800": [97, 97, 0],
"900": [0, 0, 0]
"600": [164, 164, 0],
"700": [141, 141, 0],
"800": [111, 111, 0],
"900": [63, 63, 0]
}

green = {
"50": [255, 255, 255],
"100": [205, 255, 205],
"200": [129, 255, 129],
"300": [0, 247, 0],
"400": [0, 228, 0],
"50": [233, 255, 233],
"100": [181, 255, 181],
"200": [92, 255, 92],
"300": [0, 244, 0],
"400": [0, 227, 0],
"500": [0, 207, 0],
"600": [0, 182, 0],
"700": [0, 151, 0],
"800": [0, 110, 0],
"900": [0, 0, 0]
"600": [0, 185, 0],
"700": [0, 159, 0],
"800": [0, 125, 0],
"900": [0, 72, 0]
}

def y_pos_to_luminance(y_pos):
Expand Down

0 comments on commit b97a9f4

Please sign in to comment.