Skip to content

Commit d9c2e3c

Browse files
committed
issue fix
1 parent 7077c40 commit d9c2e3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

xml/System.Drawing.Imaging.Effects/LevelsEffect.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@
4848
<summary>Creates a new <see cref="T:System.Drawing.Imaging.Effects.LevelsEffect" /> with the given parameters.</summary>
4949
<remarks>
5050
<para>
51-
For the <paramref="highlight"/>, you can use this adjustment
51+
For the <paramref name="highlight"/>, you can use this adjustment
5252
to lighten pixels that are already lighter than a certain threshold. Setting highlight to 100 specifies no change.
5353
Setting highlight to t specifies that a color channel value is increased if it is already greater than t percent
5454
of full intensity. For example, setting highlight to 90 specifies that all color channel values greater than 90
5555
percent of full intensity are increased.
5656
</para>
5757
<para>
58-
For the <paramref="midtone"/>, color channel values
58+
For the <paramref name="midtone"/>, color channel values
5959
in the middle of the intensity range are altered more than color channel values near the minimum or maximum
6060
intensity. You can use this adjustment to lighten (or darken) an image without loosing the contrast between the
6161
darkest and lightest portions of the image. A value of 0 specifies no change. Positive values specify that the
6262
mid-tones are made lighter, and negative values specify that the mid-tones are made darker.
6363
</para>
6464
<para>
65-
For the <paramref="shadow"/>, you can use this adjustment
65+
For the <paramref name="shadow"/>, you can use this adjustment
6666
to darken pixels that are already darker than a certain threshold. Setting shadow to 0 specifies no change.
6767
Setting shadow to t specifies that a color channel value is decreased if it is already less than t percent of
6868
full intensity. For example, setting shadow to 10 specifies that all color channel values less than 10 percent

xml/System.Drawing/Bitmap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@
912912
performs a nearest-color conversion from the standard palette to the actual palette.
913913
</para>
914914
<para>
915-
For <paramref name="alphaThresholdPercent">, a value of 0 specifies that none of the source pixels map to the transparent color.
915+
For <paramref name="alphaThresholdPercent" />, a value of 0 specifies that none of the source pixels map to the transparent color.
916916
A value of 100 specifies that any pixel that is not fully opaque will map to the transparent color.
917917
A value of t specifies that any source pixel less than t percent of fully opaque will map to the transparent color.
918918
Note that for the alpha threshold to be effective, the palette must have a transparent color. If the palette does not have a transparent color,

0 commit comments

Comments
 (0)