The palette tag has no wiki summary.
0
votes
2answers
818 views
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 of known issue with Netbeans and Kubuntu 12.04. In the middle of my ...
7
votes
1answer
448 views
Gnuplot filledcurves with palette
I have been trying to change the fillstyle for the filledcurves option in gnuplot so that the fill colour represents the difference between the two curves on a 2-dimensional plot. I am thinking of ...
2
votes
1answer
119 views
Assigning different palette indices to a paletted image
I'm writing a game with Python and Pygame. For this, the graphics will be in the style of old video game consoles like the NES. Therefore, the graphics consist of a single tileset file with 2-bit ...
1
vote
1answer
17 views
CKEditor: Different color palettes for Text Color and Background Color possible?
I am using CKEditor (v3.6.4) and try to find out how to change the palettes for Text Color and Background Color separately.
I found config.colorButton_colors in the docs which allows me to define ...
1
vote
1answer
143 views
tapestry palette with drag and drop option
I would like to know, if there is any simple way to make drag and drop palette in Tapestry 5 or two connected lists with drag an drop? I know how to do it in jQuery but I dont know hot to extract ...
1
vote
1answer
163 views
Transparency is considered as black in windows and in program
I'm using the PIL python library to do some batch copy-pasting from image to image. I had it working yesterday, but suddenly when I restarted my computer, the program considers transparency as black, ...
0
votes
1answer
57 views
How do I modify this gray-scale palette into a color palette?
I am acquiring images using a digital camera. At first, I was using a mono camera, but recently I upgraded to a color camera. With the mono camera I was having some palette issues until I found this ...
0
votes
1answer
38 views
PHP -> ezcomponents -> graph -> palette -> colors don't change
we are drawing graphs with ezcomponents graph classes in PHP within a Zend Framework application. Now I have to customize a StackBar chart. Following the tutorials you can set custom colors to the ...
0
votes
1answer
175 views
Palette windows/floating tool windows (C# .NET)
My app needs floating palette windows. I've already implemented this behavior on my own and it worked great for when it was a single document app, but now my app requires multiple document windows. My ...
0
votes
1answer
162 views
ADF, jsf components do not show in Palette in Eclipse
I just created a file called test.xhtml in Eclipse, but the Palette only show HTML4.0, no JSF or ADF components.
Your help is appreciated.
Thanks
0
votes
1answer
326 views
How I can create a addition Tree Editor with GEF?
I have a graphical editor with GEF. It's possible to add objects from a palette.
An Example what I mean is this:
...
0
votes
1answer
658 views
iPhone context: How do i extract palette information from an image?
Hi everybody: i want to take a picture and retrieve the main color analyzing its palette (i think this should be the easiest way), but i don't know really where to start.
0
votes
1answer
863 views
How to use Imagick php to generate a bmp file with a palette offset
I'm trying to use Imagick via php to generate a 8bit bmp from jpg. But i would like the pixel colors to start at index 16 rather than 0. The code below shows how to generate the bmp in the correct ...
2
votes
0answers
133 views
Finishing an algorithm to generate a color dominance histogram from a picture (in JavaScript)
I need to find out what are the N dominant colors of an image.
I've written a function inspired from this : http://bubble.ro/How_to_create_the_histogram_of_an_image_using_PHP.html
The picture is ...
1
vote
0answers
97 views
is there a way to change the color palette for ggally ggpairs using ggplot?
I would like to change the color palette for the GGally function ggpairs. When I attempt to add ggplot commands to the ggplot returned using getPlot, the colors do not change.
my_pair_plot = ...
1
vote
0answers
74 views
How to export a image to act file
I'm trying to create a mini tool for my job. I'm using C# with Visual Studio 2010 to do that. Now I need to export an image to an act file.
Following here, ...
0
votes
0answers
49 views
png_set_palette_to_rgb changes a png palette color type image to white image
Hi I am trying to decompress a PNG image which has color type palette. what I am doing is
char* filename = (char*)source;
//header for testing if it is a png
png_byte header[8];
//open ...
0
votes
0answers
37 views
Eclipse Graphiti, How to add Palette entries during runtime?
I'm trying to build some editor and it need to be very flexible/adjustable.
So i know which Elements i get in the Palette recently at Start or at run-time of my Editor.
My idea is i load which ...
0
votes
0answers
549 views
Palette empty in NetBeans 7.2.1 on Windows XP
I'm new to Java programming, I wanna develop small software for cell phones (Nokia Asha 200 at first). At first the Palette had some items, but as I downloaded Swing components, nothing is showing ...
0
votes
0answers
157 views
How to Generate a HSB color palette with brightness variation
I've generated a basic and generic HSB color palette with Java
The gradient has Saturation and Brightness fixed to 100%. Only the Hue varies over 300 degree.
new Color(Color.HSBtoRGB((float)value, ...
0
votes
0answers
103 views
Palette with GenericValueEncoder, GenericMultipleSelectModel
I am trying to make a palette with using http://chenillekit.codehaus.org/ generics with database entity objects.
Template
This is my page template
<t:layout t:pageTitle="${message:title}"
...
0
votes
0answers
105 views
How to access the palette of a bitmap in Android?
I have a couple of bitmaps which has 256 colors (old style), and I need to access the palette (or color table as somebody called it) in order to change some of the colors
Does anybody know if this is ...
0
votes
0answers
279 views
Some Qt designer palette colors won't apply on windows 7
As the title says, I am trying to change colors in the palette of my various panels on windows 7 and the effected areas won't change from the default color. They work just fine on my windows xp ...
