Top "Palette" questions

A helper class of Android to extract prominent colors from an image.

How to generate a number of most distinctive colors in R?

I am plotting a categorical dataset and want to use distinctive colors to represent different categories. Given a number n, …

r colors palette color-palette colorbrewer
How re-enable design palette in Android Studio

I recently made the switch to Android Studio as my default IDE for Android development. When designing my UI I …

android-studio palette
How to show / hide Palette window in Netbeans 7.4

I use windows 8 and Netbeans 7.4 . Even I create a web application I cannot find palette from the project. How can …

netbeans netbeans-7 palette
JS function to calculate complementary colour?

Does anybody know, off the top of your heads, a Javascript solution for calculating the complementary colour of a hex …

javascript colors rgb palette
Empty Netbeans 7 palette? How to restore it?

I use Netbeans 7 on Kubuntu 12.04. I start Netbeans like this: netbeans --cp:a /usr/share/java/xercesImpl.jar & cause …

java user-interface netbeans netbeans-7 palette
Qt Set Background Color of QLineEdit

I'm trying to change the background color of the QLineEdit and I can't figure it out at all. I tried …

c++ qt background qlineedit palette
How to reduce color palette with PIL

I'm not sure how I would go about reducing the color palette of a PIL Image. I would like to …

python image colors python-imaging-library palette
Can't set palette in bitmap

I have been writing a PCX decoder and, so far, the PCX image itself parses fine, but I can't work …

c# image image-processing bitmap palette
Manually adding legend values in leaflet

I'm plotting results from various British elections in Leaflet and ran into a bit of a problem with legends. For …

r leaflet legend palette
PIL: Convert RGB image to a specific 8-bit palette?

Using the Python Imaging Library, I can call img.convert("P", palette=Image.ADAPTIVE) or img.convert("P", palette=Image.…

python image palette