Ableton / push-interface

The Ableton Push 2 MIDI and display interface manual.
647 stars 74 forks source link

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

Open marcora opened 4 years ago

marcora commented 4 years ago

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 commented 3 years ago

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).