Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Hex Colors #11

Closed
awtkns opened this issue Mar 1, 2021 · 2 comments · Fixed by #13
Closed

Support for Hex Colors #11

awtkns opened this issue Mar 1, 2021 · 2 comments · Fixed by #13
Assignees
Labels
enhancement New feature or request

Comments

@awtkns
Copy link
Contributor

awtkns commented Mar 1, 2021

We should support hex and rgb colors. We should also maybe have a default list containing mims colors?

@carluri Do you have a list of colors you would like?

@awtkns awtkns self-assigned this Mar 1, 2021
@awtkns awtkns added the enhancement New feature or request label Mar 1, 2021
@carluri
Copy link
Collaborator

carluri commented Mar 2, 2021

Let's use these:

HEX: [
'#ff00ff',
'#00ebeb',
'#ffff00',
'#ff0000',
'#0084ff',
'#00f000'
'#ffaf00',
'#00d0ff',
'#b4ff69'
'#ff1493'
'#a020f0',
'#00ff7f',
'#ff7200',
'#40e0d0',
'#00b22f',
'#dc143c',
'#ee82ee',
'#daa520',
'#ff8cbe',
'#0000ff',
'#ffe100'
]


RGB: [
rgba(255,0,255,255),
rgba(0,235,235,255),
rgba(255,255,0,255),
rgba(255,0,0,255),
rgba(0,132,255,255),
rgba(0,240,0,255),
rgba(255,175,0,255),
rgba(0,208,255,255),
rgba(180,255,105,255),
rgba(255,20,147,255),
rgba(160,32,240,255),
rgba(0,255,127,255),
rgba(255,114,0,255),
rgba(64,224,208,255),
rgba(0,178,47,255),
rgba(220,20,60,255),
rgba(238,130,238,255),
rgba(218,165,32,255),
rgba(255,140,190,255),
rgba(0,0,255,255),
rgba(255,225,0,255)
]

@carluri
Copy link
Collaborator

carluri commented Mar 2, 2021

Suggested color bar for VOIs

@awtkns awtkns mentioned this issue Mar 2, 2021
@awtkns awtkns closed this as completed in #13 Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants