Skip to content

Commit db98bc9

Browse files
committed
Add colors to bits
1 parent 4b341bb commit db98bc9

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

docs/windows/creating-an-icon-or-other-image-image-editor-for-icons.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -51,31 +51,31 @@ The **Target Image Type** property lists the available image types where you sel
5151

5252
:::row:::
5353
:::column span="":::
54-
16 x 16, 1 bit\
55-
16 x 16, 24 bit\
56-
16 x 16, 4 bit\
57-
128 x 128, 1 bit\
58-
128 x 128, 24 bit\
59-
128 x 128, 4 bit\
60-
128 x 128, 8 bit
54+
16 x 16, 1 bit (monochrome)\
55+
16 x 16, 24 bit (16 million colors)\
56+
16 x 16, 4 bit (16 colors)\
57+
128 x 128, 1 bit (monochrome)\
58+
128 x 128, 24 bit (16 million colors)\
59+
128 x 128, 4 bit (16 colors)\
60+
128 x 128, 8 bit (256 colors)
6161
:::column-end:::
6262
:::column span="":::
63-
256 x 256, 1 bit\
64-
256 x 256, 24 bit\
65-
256 x 256, 4 bit\
66-
256 x 256, 8 bit\
67-
32 x 32, 1 bit\
68-
32 x 32, 24 bit\
69-
32 x 32, 4 bit
63+
256 x 256, 1 bit (monochrome)\
64+
256 x 256, 24 bit (16 million colors)\
65+
256 x 256, 4 bit (16 colors)\
66+
256 x 256, 8 bit (256 colors)\
67+
32 x 32, 1 bit (monochrome)\
68+
32 x 32, 24 bit (16 million colors)\
69+
32 x 32, 4 bit (16 colors)
7070
:::column-end:::
7171
:::column span="":::
72-
48 x 48, 1 bit\
73-
48 x 48, 24 bit\
74-
48 x 48, 4 bit\
75-
64 x 64, 1 bit\
76-
64 x 64, 24 bit\
77-
64 x 64, 4 bit\
78-
64 x 64, 8 bit
72+
48 x 48, 1 bit (monochrome)\
73+
48 x 48, 24 bit (16 million colors)\
74+
48 x 48, 4 bit (16 colors)\
75+
64 x 64, 1 bit (monochrome)\
76+
64 x 64, 24 bit (16 million colors)\
77+
64 x 64, 4 bit (16 colors)\
78+
64 x 64, 8 bit (256 colors)
7979
:::column-end:::
8080
:::row-end:::
8181

@@ -90,7 +90,7 @@ The **Custom Image** dialog box allows you to create a new image with a custom s
9090
|---|---|
9191
|**Width**|Provides a space for you to enter the width of the custom image in pixels (1 - 512, limit of 2048)|
9292
|**Height**|Provides a space for you to enter the height for the custom image in pixels (1 - 512, limit of 2048)|
93-
|**Colors**|Provides a space for you to choose the number of bits for the custom image: 1, 4, 8, 24|
93+
|**Colors**|Provides a space for you to choose the number of bits for color for the custom image: 1, 4, 8, 24|
9494

9595
Use the **Open \<Device> Image** dialog box to open device images in C++ projects. It lists existing device images in the current resource (images that are part of the current resource). The following property included is:
9696

@@ -102,7 +102,7 @@ Use the **Open \<Device> Image** dialog box to open device images in C++ project
102102

103103
1. In [Resource View](how-to-create-a-resource-script-file.md#create-resources), right-click your *`.rc`* file, then choose **Add Resource**. If you already have an existing image resource in your *`.rc`* file, such as a cursor, you can right-click the **Cursor** folder and select **Insert Cursor**.
104104

105-
1. In the [Add Resource dialog box](./how-to-create-a-resource-script-file.md), select **Icon** or **Cursor** and choose **New**. For icons, this action creates an icon resource with a 32 × 32, 16-color icon. For cursors, a 32 × 32, monochrome (two-color) image is created.
105+
1. In the [Add Resource dialog box](./how-to-create-a-resource-script-file.md), select **Icon** or **Cursor** and choose **New**. For icons, this action creates an icon resource with a 32 × 32, 16-color icon. For cursors, a 32 × 32, monochrome image is created.
106106

107107
If a plus sign (**+**) appears next to the image resource type in the **Insert Resource** dialog box, it means that toolbar templates are available. Select the plus sign to expand the list of templates, select a template, and choose **New**.
108108

0 commit comments

Comments
 (0)