Questions tagged [palette]

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

A helper class to extract prominent colors from an image.


Palette is an Android feature to support the developer to create a MaterialDesign feeling by generating a colorset of appropriate looking colors based on a bitmap source (app-icon e.g.).

Reference

359 questions
0
votes
1 answer

Cannot see Intellij Idea Palette

I got a project which is written by Swing. I import that project into Intellij Idea 12. But when I check View -> Tool Windows -> Palette option is disabled. I am pretty new at Java Swing. (Actually first) I need to add Text Boxes, JPanel or…
Tim Tuckle
  • 1,372
  • 7
  • 21
  • 31
0
votes
1 answer

Android graphical layout on Eclipse - missing palette toolbar

in my Eclipse installation I've lost the palette toolbar from where was possible to drag&drop widget on the Layout. I'm currently opening layouts in Graphical Layout and can see everything (Structure browser, properties of widget) but no…
martin.p
  • 331
  • 3
  • 16
0
votes
0 answers

Imagine with Yii, issue with palette / color

I installed Yii and Imagine with composer and tried to use imagine. the issue is when i try to use this code from the imagine website introduction i got an error 500 : Argument 2 passed to Imagine\Gd\Imagine::create() must be an instance of…
Oneyed
  • 1
0
votes
1 answer

Why does the Component Palette change when I open a data module?

I installed Delphi 7 on Windows 7 x64. Things went well for while, but now, when I open or create a data module it messes up the component palette. By messes up, I mean it seems to scramble which tabs components are on, or hide them altogether. This…
Robatron
  • 83
  • 9
0
votes
0 answers

How to create a android 2d tool palette, as seen in Androidify?

I'm working on an application that does have some similarities with Google's androidify, however what I'm mostly interested in is the 2d tool palette that appears on the sides of the screen in that app (shown in the photos below). The picture below…
0
votes
1 answer

Tapestry: How to scroll horizontal in Palette

I have items in Palette that is wider than the box width. The tail-end of items is clipped and not visible. Palette has automatic vertical scrolling but not horizontal scrolling. How do I make horizontal scrolling possible? Here is what I have tried…
CodeHelp
  • 1,328
  • 5
  • 21
  • 37
0
votes
1 answer

Take fullcolor image and constrain it to dictionary of colors

I'm using Python, and've got a dictionary like this. COLORTABLE = { 0: (0, 0, 0), 1: (109, 111, 113), 2: (7, 145, 205), 3: (105, 156, 65), 4: (244, 126, 32), 5: (214, 22, 59), 6: (110, 26, 17), 7: (248, 222, 215), 8: (255, 255, 255), 9: (209, 211,…
Name McChange
  • 2,750
  • 5
  • 27
  • 46
0
votes
2 answers

Could t:select submit palette values in Tapestry 5.3.6?

I've got t:select with two values - CHANNELS, WIDGETS. If I choose first one, I will display palette with all channels and hide widgets palette (both in zones), if I select second one, I will hide channels palette zone and display widgets palette…
MartinC
  • 546
  • 11
  • 26
0
votes
1 answer

Plot 4D data where data come from 2 different files (Defining an odd palette)

I have two whitespace separated files that each partially contain the 4D data I need to plot. Call the data points (x,y,z,w). x, y are in both files, but the z and w are split up. I'm not sure how to pull the data properly, and define the proper…
Mr.Weathers
  • 398
  • 1
  • 5
  • 19
0
votes
1 answer

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 bit of code to alter the palette to a grayscale…
xcdemon05
  • 1,372
  • 5
  • 25
  • 49
0
votes
1 answer

How to fill up Tapestry5 palette with list coming from web service?

I am trying to fill up Palette component in Tapestry 5 with result of calling web service, which is a Segment list. Segment is a ordinary class with some attributes like title... I would like to display title as an item in Available, Selected lists…
MartinC
  • 546
  • 11
  • 26
0
votes
1 answer

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 graphs' elements by creating a palette class and set…
Jens
  • 29
  • 5
0
votes
1 answer

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 attempts to adapt the palette windowing system…
user1092719
  • 483
  • 1
  • 5
  • 17
0
votes
1 answer

OpenGL - Animate/cycle/rotate palette

I was trying to create a OpenGL version of an old plasma 8bit effect animation in DOS but I am stuck. Since almost every OpenGL program has included something to generate a palette for Win32 I thought it would not be that hard to apply palette…
Mat90
  • 169
  • 1
  • 9
0
votes
1 answer

RaphaelJS palette behaviour

How can I make a palette behaviour (elements being dragged and dropped from a 'palette' to a 'canvas') in raphaelJS?
talabes
  • 5,344
  • 2
  • 22
  • 27
1 2 3
23
24