Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
146 views

Sort Colors (Objective-C)

I'm doing this sort of thing: - (NSArray*)colors { float divisor = .3333; NSMutableArray *retVal = [NSMutableArray array]; for (float one=0; one <= 1.0f; one += divisor) { for ...
6
votes
4answers
562 views

How can I generate a palette of prominent colors from an image?

I'm trying to figure out how to sample all of the pixels in an image and generate a palette of colors from it, something like this or this. I have no idea where to even begin. Can anyone point me in ...
6
votes
2answers
441 views

How can I get a list of visually distinct colors?

I need to assign colours to distinguish between different items. Simple case: order rows of different color according to customer. I don't want to have the user choose a colour for every customer, I ...
4
votes
4answers
519 views

How do I make a lighter version of a colour using PHP?

Hello fellow earthlings. A quesion about RGB color and its usefulness in a simple tiny php code: Imagine I have variable $colorA containning a valid six char color. say B1B100, a greenish natural ...
3
votes
3answers
135 views

Best quality dithering library in C

I'm developing a texture atlas packer to use with OpenGL, and I'm currently looking for an open-source (it's better if it's a library, but an open-source software would be good as well!) solution that ...
3
votes
2answers
212 views

PNG - Is it possible to reduce the palette using Java 2D?

If I have a PNG image opened as a BufferedImage, is it possible to reduce the palette in the PNG image so that there is less colour (less bits per pixel / colour depth)? For example, if you look at ...
3
votes
2answers
168 views

Are there standard 8-bit color palettes?

I'm attempting to reverse engineer a file format from a logging program. It seems to use a 1-2 byte field which may be used for label colors, as it seems to be the only thing that's unexplained. ...
3
votes
1answer
1k 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 = ...
2
votes
2answers
191 views

Is there a premade color palette in WPF

I am currently creating a basic text editor that has basic functions such as changing fonts and sizes. I am currently trying to add color changing capibilities and I was wondering if there was any ...
2
votes
2answers
261 views

How to make a color progression out of a color palette

My goal with this algorithm I'm working on is to output a color progression out of some provided colors. By color progression I mean creating the "fade" effect between two colors (color A, color B) ...
2
votes
2answers
255 views

Converting truecolor RGB image to indexed colors

I want to convert a 24bit RGB image (8 bit for each channel) 8 bit using an indexed color palette. My initial idea was to create an array and simply count the amount of times each color was ...
2
votes
1answer
361 views

Colorization and Palette Best-Fit Algorithms

Been poking around google and haven't found any like what I'm after. so what is it I'm after? well two things: firstly I'm looking for an algorithm/pseudo-code/white-papers to determine a best-fit ...
1
vote
0answers
38 views

Algorithm to Color Nodes Hierarchically

I have a network where the nodes are defined hierarchically (via UN SITC coding). In my application, each node has four identifying digits of increasing hierachical specificity (for example, see ...
1
vote
0answers
42 views

How to remap graphics card color palette to negative colors

I want to set my windows color scheme to negative colors. I tried to use Magnify tool which can be used to make negative colors scheme. But this program generates some lag. It is especially visible ...
1
vote
1answer
450 views

OpenGL Color Index for iPhone's OpenGL ES 1.1?

Is it possible to use color pallettes in openGL ES 1.1? I'm currently developing a game which has player sprites, and the player sprites need to be able to be changed to different teams' colors. For ...
1
vote
2answers
74 views

how can i auto-generate sets of 3 colors (border, fill & text) that go together

I am trying to automatically generate a bunch of images all containing a border, a fill and a text label within. I am using a script to generate a svg file that I subsequently rasterize using batik ...
1
vote
0answers
62 views

analysing binary image data to determine format

I have some binary data representing an image to be used as a texture on an OpenGL based system. I'm trying to determine the actual format of this image... eg: RGBA, RGB5_A1, RGB8... From a brute ...
1
vote
3answers
335 views

drawing rainbow palettes

I have a 8-bit color palette, therefore I am having 256 colors. The palette is basically an array of [256 * 3] {r, g, b} values, Now I need to draw a color spectrum out of it. So basically I have to ...
1
vote
2answers
226 views

Generation of 8 bit palette from png file via Python

What would be the best python based library for generating 8-bit palette from the given .png file. As in photoshop generating under .pal format. PS: Input PNG is already in 8 bit format. (paletted) ...
1
vote
3answers
1k views

How to convert a 32bpp image to an indexed format?

So here are the details (I am using C# BTW): I receive a 32bpp image (JPEG compressed) from a server. At some point, I would like to use the Palette property of a bitmap to color over-saturated ...
0
votes
1answer
59 views

How to programmatically arrange a set of 256 RGB colors in 2D so that there all adjacent colours have a smooth transition

I have a set of 256 colors (all available colors in an xterm-256color terminal) and I am using a script called 256colors2.pl that I see mentioned in nearly every Internet article that talks about 256 ...
0
votes
0answers
17 views

ColorPickerExtender accessible (keyboard only)

I am using the ColorPickerExtender from the Ajax Toolkit. Just wondering if anyone has had any luck getting this control to be keyboard accessible. I can get focus on the textbox which brings up the ...
0
votes
1answer
83 views

finding the closest web safe color if I have a palette

How do I take r,g,b values and compare them to a websafe color palette to find the best match for the r,g,b value? There's this one: What is the best argorithm for finding the closest color in an ...
0
votes
1answer
28 views

Constructing an IndexColourModel

I was wondering about constructing an IndexColourModel. I don't understand the 'bits' parameter argument. Is this what is used to index into a colour map, i.e. the number of least-significant-bits to ...
0
votes
0answers
24 views

Bitmap Indexed8 image

I'm writing a program to read an image format from an old program, from the days of 256 colors. This image includes a stream of bytes containing a 256 color palette, then a stream of bytes with the ...
0
votes
1answer
55 views

How to determine color transformations from given colors?

Our designer has provided us with some nice web 2.0 buttons, etc. I translated them into beautiful CSS3. Now I want to go overboard and generalize the color scheme using Sass color manipulation. ...
0
votes
2answers
470 views

Accessing javascript functions defined in different files

I am having two seemingly related problems accessing javascript function defined in different places. The first problem I am having is calling function I have defined from the console of firgbug or ...
0
votes
0answers
105 views

is it possible to set paletted (<=8bpp) format for compressed avi stream?

I need to write AVI file from a series of images. These images can have different color depth (all the same for particular avi file). I cannot set compressed stream format for <= 8bpp color depth ...
0
votes
2answers
105 views

Methods for creating a color palette from an image?

Say I have an image, of unspecified color depth and dimensions. What ways are there of compressing this down to an n-color palette? My google-fu is weak with this one.
0
votes
1answer
305 views

How can I extract the palette from a 5-6-5 bitmap image?

I am trying to extract the palette from a 5-6-5 (16bit) bitmap image that I have produced using ImageConverter Plus from an original Photoshop file. I need to read out the palette and compare it to ...
0
votes
3answers
298 views

What's the best way to analyse the colours in an image (Java)?

I don't have much experience doing image analysis so I thought I'd ask more enlightened individuals :) Basically what I want to do is analyse an image and work out what the most common colours are ...
0
votes
3answers
27 views

Is there a tool out there that lets you print a colour chart / palette of colours used on a web page?

I want to print a table of the colours used in a web page that my graphic designer has produced - I have .png files at present and use Fireworks to view them. It would be great if there was a tool ...
0
votes
1answer
35 views

Creating colour schemes based on an existing scheme

I have a colour scheme based around yellow, for warning messages on a website. It amounts to a slightly orange bordered box, with a pale yellow fill. The exact colours are: #FED626 (border) ...
0
votes
1answer
61 views

Does the colour quality of a VM affect it's performance?

If you have a remote connection or a screenshare or whatever system where you're using a machine to look at another desktop on another machine, does the amount of colours affect the performance? I'm ...
0
votes
2answers
854 views

How to continuously fade a BitmapData to a certain color?

I'm drawing stuff on a bitmapData and I need to continuously fade every pixel to 0x808080 while still drawing (its for a DisplacementMapFilter)... I think this illustrates my problem: ...