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

Post the default RGB color palette in its entirety (only a subset is displayed now in the docs). #27

Open
marcora opened this issue May 6, 2020 · 1 comment

Comments

@marcora
Copy link

marcora commented May 6, 2020

It would be great to have (perhaps in a separate doc or in the appendix of the current doc) the default RGB color palette in its entirety (only a subset is displayed now in the docs).

@hobyst
Copy link

hobyst commented Aug 3, 2021

You can get the raw RGB decimal values for each color palette entry that Ableton is currently using for the default color palette set by their own Control Surface script for the Push 2 on Ableton Live here which follows this format:

COLOR_TABLE = (
(index, decimal_rgb_value, white),
...
)

Keep in mind that the colors shown on the Push might differ depending on the white balance settings of the RGB light you are setting the color for (ex. index 1 should be a mix of orange and red, but due to the white balance setting when set on a pad it will show up as light pink instead).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants