You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/windows/TOC.md
-1
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,6 @@
117
117
###### [Inverting the Colors in a Selection (Image Editor for Icons)](inverting-the-colors-in-a-selection-image-editor-for-icons.md)
118
118
###### [Customizing or Changing Colors (Image Editor for Icons)](customizing-or-changing-colors-image-editor-for-icons.md)
119
119
###### [Saving and Loading Different Color Palettes (Image Editor for Icons)](saving-and-loading-different-color-palettes-image-editor-for-icons.md)
120
-
####### [Load Palette Colors Dialog Box (Image Editor for Icons)](load-palette-colors-dialog-box-image-editor-for-icons.md)
121
120
###### [Colors Window (Image Editor for Icons)](colors-window-image-editor-for-icons.md)
122
121
####### [Displaying or Hiding the Colors Window (Image Editor for Icons)](displaying-or-hiding-the-colors-window-image-editor-for-icons.md)
123
122
##### [Icons and Cursors: Image Resources for Display Devices (Image Editor for Icons)](icons-and-cursors-image-resources-for-display-devices-image-editor-for-icons.md)
# Saving and Loading Different Color Palettes (Image Editor for Icons)
@@ -12,19 +12,27 @@ You can save and load a **Colors** palette that contains [customized colors](../
12
12
> [!TIP]
13
13
> Since the **Image** editor has no means to restore the default **Colors** palette, you should save the default **Colors** palette under a name such as *standard.pal* or *default.pal* so that you can easily restore the default settings.
14
14
15
-
### To save a custom colors palette
15
+
Use the **Load Palette Colors** dialog box to load special color palettes to use in your C++ project. The following properties included are:
16
+
17
+
|Property|Description|
18
+
|---|---|
19
+
|**Look in**|Specifies the location where you want to locate a file or folder. Select the arrow to choose another location, or select the folder icon on the toolbar to move up levels.|
20
+
|**File name**|Provides a space for you to type the name of the file you want to open. To quickly find a file you've previously opened, select the file name in the drop-down list, if available.<br/><br/>If you're searching for a file, you can use asterisks (*) as wildcards. For example, you can type \*.\* to see a list of all files. You can also type the full path of a file, for example, C:\My Documents\MyColorPalette.pal or \\\NetworkServer\MyFolder\MyColorPalette.pal.|
21
+
|**Files of type**|Lists the types of files to display. Palette (*.pal) is the default file type for color palettes.|
22
+
23
+
## To save a custom colors palette
16
24
17
25
1. From the **Image** menu, choose **Save Palette**.
18
26
19
-
2. Navigate to the directory where you want to save the palette, and type a name for the palette.
27
+
1. Navigate to the directory where you want to save the palette, and type a name for the palette.
20
28
21
-
3. Click**Save**.
29
+
1. Select**Save**.
22
30
23
-
###To load a custom colors palette
31
+
## To load a custom colors palette
24
32
25
33
1. From the **Image** menu, choose **Load Palette**.
26
34
27
-
2. In the [Load Color Palette dialog box](../windows/load-palette-colors-dialog-box-image-editor-for-icons.md), navigate to the correct directory and select the palette you want to load. **Color** palettes are saved with a .pal file extension.
35
+
1. In the **Load Color Palette** dialog box, navigate to the correct directory and select the palette you want to load. **Color** palettes are saved with a .pal file extension.
0 commit comments