Tagged Questions

0
votes
1answer
15 views

Determine the colours used by the ASP.NET Chart control

I'd like to find out which colours are used for a particular pallette in the ASP.NET Chart control. I already know there is an enum on the Chart class to set the palette, e.g. myChart.Palette = …
0
votes
2answers
71 views

QT set window background

I have scoured through the documentation looking for a way to change the main window's background to an image I have located in the project file. I tried to use a palette with no luck. My question is, …
0
votes
2answers
388 views

Where do I find eclipse faces config editor palette

While running through the cheat sheet "create a navigation rule" it says "select the page control from the palette and ...". But where's this "palette"?
1
vote
3answers
160 views

JS function to calculate complementary color?

Does anybody know, off the top of your heads, a Javascript solution for calculating the complementary colour of a hex value? There is a number of colour picking suites and palette generators on the …
2
votes
5answers
260 views

How can I interrogate the Delphi component palette?

I have lots of components installed - trouble is when I want to find one I rarely use it takes ages to find it. I can look at the ALL choice which lists all components but finding one with say 'grid' …
2
votes
2answers
202 views

“Exclusive” DirectDraw palette isn’t actually exclusive

We're maintaining an old video game that uses a full-screen 256-color graphics mode with DirectDraw. The problem is, some applications running in the background sometimes try to change the system …
1
vote
4answers
159 views

How can I access the palette of a TPicture.Graphic?

I have searched the web for hours but I can not find anything about how to get the palette from a TPicture.Graphic. I also need to get the color values so I can pass these values to a TStringList for …
2
votes
4answers
230 views

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 reduce an image's palette to the 5 prominent colors found in that image. My overall goal is to do some …
4
votes
3answers
157 views

How is the organization of the 12 Bit RGB color format?

Hello, I know that the 12 bit RGB color pallette format , has 4 bit for each color R,G,B. But how is the structure of the raw data i.e. 1.) Does each color have a byte corresponding to it which in …