Skip to content

Commit

Permalink
AMD
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Jun 26, 2021
1 parent 6127d43 commit 6dd6b35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eelbrain/_colorspaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,13 @@ def make_seq_cmap(seq, val, name):


def unambiguous_color(color: str, lightness: float = None, chroma: float = None):
f"""Generate an `unambiguous color <https://jfly.uni-koeln.de/html/color_blind/#pallet>`_
"""Generate an `unambiguous color <https://jfly.uni-koeln.de/html/color_blind/#pallet>`_
Prameters
---------
color
Color name, one of: {', '.join(UNAMBIGUOUS_COLORS.keys())}.
Color name, one of: black, orange, sky blue, bluish green, yellow,
blue, vermilion, reddish purple.
lightness
Adjust the lighntess (in percent).
chroma
Expand Down

0 comments on commit 6dd6b35

Please sign in to comment.