Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
color_palette [2012/09/14 17:47] hermann |
color_palette [2016/12/21 19:15] (current) isabella |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Palette ====== | + | ====== Color Palette ====== |
Allow users to select which color represents each cell in visualization area. Cells are first extracted from the map in their original values (in any range) and then re-sampled using the histogram curve. After that, their values fall in the [0, 255] range, which are mapped to palette colors. | Allow users to select which color represents each cell in visualization area. Cells are first extracted from the map in their original values (in any range) and then re-sampled using the histogram curve. After that, their values fall in the [0, 255] range, which are mapped to palette colors. | ||
- | {{ :map_viewer:palette.png?nolink& |}} | + | {{ :map_viewer:palette.png?nolink&500 |}} |
+ | |||
+ | |||
+ | |||
===== Changing colors individually ===== | ===== Changing colors individually ===== | ||
- | {{:map_viewer:palette_color.png?nolink&|}} | + | {{:map_viewer:palette_color.png?nolink&|}} Each color can be changed individually, by clicking on its square. You can also check color index value by hovering your cursor over the color square. {{:map_viewer:palette_color_hover.png?nolink&|}} |
- | Each color can be changed individually, by clicking on its square. You can also check color index value by hovering your cursor over the color square. {{:map_viewer:palette_color_hover.png?nolink&|}} | + | <note important>Values changed by [[histogram|histogram transformation]] may not correspond to palette colors as expected, specially when the user is trying to edit the colors for specific cells/categories. To avoid this issue, remove the histogram transformation before editing the colors for specific cell values.</note> |
===== Generated palette ===== | ===== Generated palette ===== | ||
Line 21: | Line 25: | ||
===== Saving your work ===== | ===== Saving your work ===== | ||
- | Keep in mind that palettes are not saved until the user chooses to do so. If you made any mistake, you can just hit "cancel" and try again. If you hit Ok, the palette will be changed locally, but will reset if you restart the application. Saved palettes are stored on the disk, so every time you reopen the map viewer, you will still have them. | + | Keep in mind that palettes are not saved until the user chooses to do so. If you made any mistake, you can just hit "cancel" and try again. If you hit Ok, the palette will be changed locally, but will reset if you restart the application. |
+ | |||
+ | Saved palettes are stored on the disk in the user palette folder ''Dinamica EGO/Dmps'', so every time you reopen the map viewer, you will still have them. Changes made by the user in predefined palettes only affect his own instance of the application. To reset the predefined palettes to their default state, remove the user palette folder and restart the application. | ||
+ | |||
+ | <note tip>Tip: Usually, but not always, the user palette folder is ''C:\Documents and Settings\<User Name>\My Documents\Dinamica EGO\Dmps'', on Windows XP, and ''C:\Users\<User Name>\Documents\Dinamica EGO\Dmps'', on Windows Vista and 7.</note> | ||