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

Flesh out color values #7

Closed
jxv opened this issue Jan 27, 2019 · 2 comments
Closed

Flesh out color values #7

jxv opened this issue Jan 27, 2019 · 2 comments

Comments

@jxv
Copy link
Owner

jxv commented Jan 27, 2019

No description provided.

@rashadg1030
Copy link
Contributor

rashadg1030 commented Feb 4, 2019

image

colorValue Orange0 = (0xff, 0xaf, 0x33)

Hi there. I just wanted to ask how you want the color values to be fleshed out. Are the values in the tuple not correct or did you mean adding additional colors? And with the addition of cool and warm black/white, are you keeping Black0, Black1, Black2 and White0, White1, White2? Thank you.

@jxv
Copy link
Owner Author

jxv commented Feb 5, 2019

Assume the values in the tuples are incorrect if they're duplicates. The color data pattern, Color0/Color1/Color2 (eg. Red0/Red1/Red2), follows 0: light red, 1: same (255,0,0), 2: dark red.
No. Black1 = (0,0,0); White1 = (255,255,255); Black0 = (16,0,0); Black2 = (0,16,16); White0 = (255, 255, 240); White2 = (240, 255, 255)

@jxv jxv closed this as completed Feb 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants