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

Allow me to mix colors as percents of RGB #18

Open
premr opened this issue Jan 17, 2014 · 2 comments
Open

Allow me to mix colors as percents of RGB #18

premr opened this issue Jan 17, 2014 · 2 comments

Comments

@premr
Copy link

premr commented Jan 17, 2014

Kids learn to mix Reds, Greens, Blues together to make colors. Similar to hexidecimal and color names, allow me to mix percents of different colors together to make a new color.

@premr
Copy link
Author

premr commented Jan 17, 2014

Bonus: If the color I mixed has a short name, replace it in the code.

@davidbau
Copy link
Member

In the block language, there should be a color picker.

In the current library, there is a function rgb(5,100,255) that you can use
like this:

pen rgb(5, 100, 255)
fd 200

On Fri, Jan 17, 2014 at 10:48 AM, premr [email protected] wrote:

Bonus: If the color I mixed has a short name, replace it in the code.


Reply to this email directly or view it on GitHubhttps://github.com//issues/18#issuecomment-32616760
.

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