|
14 | 14 | </Base>
|
15 | 15 | <Interfaces />
|
16 | 16 | <Docs>
|
17 |
| - <summary>To be added.</summary> |
| 17 | + <summary>Adjusts the color balance of an image.</summary> |
18 | 18 | <remarks>To be added.</remarks>
|
19 | 19 | </Docs>
|
20 | 20 | <Members>
|
|
36 | 36 | <Parameter Name="yellowBlue" Type="System.Int32" />
|
37 | 37 | </Parameters>
|
38 | 38 | <Docs>
|
39 |
| - <param name="cyanRed">To be added.</param> |
40 |
| - <param name="magentaGreen">To be added.</param> |
41 |
| - <param name="yellowBlue">To be added.</param> |
42 |
| - <summary>To be added.</summary> |
| 39 | + <param name="cyanRed"> |
| 40 | + <para>Integer in the range -100 through 100 that specifies a change in the amount of red in the image. If the value</para> |
| 41 | + <para>is 0, there is no change. As the value moves from 0 to 100, the amount of red in the image increases and the</para> |
| 42 | + <para>amount of cyan decreases. As the value moves from 0 to -100, the amount of red in the image decreases and the</para> |
| 43 | + <para>amount of cyan increases.</para> |
| 44 | + </param> |
| 45 | + <param name="magentaGreen"> |
| 46 | + <para>Integer in the range -100 through 100 that specifies a change in the amount of green in the image. If the value</para> |
| 47 | + <para>is 0, there is no change. As the value moves from 0 to 100, the amount of green in the image increases and the</para> |
| 48 | + <para>amount of magenta decreases. As the value moves from 0 to -100, the amount of green in the image decreases and</para> |
| 49 | + <para>and the amount of magenta increases.</para> |
| 50 | + </param> |
| 51 | + <param name="yellowBlue"> |
| 52 | + <para>Integer in the range -100 through 100 that specifies a change in the amount of blue in the image. If the value</para> |
| 53 | + <para>is 0, there is no change. As the value moves from 0 to 100, the amount of blue in the image increases and the</para> |
| 54 | + <para>amount of yellow decreases. As the value moves from 0 to -100, the amount of blue in the image decreases and</para> |
| 55 | + <para>the amount of yellow increases.</para> |
| 56 | + </param> |
| 57 | + <summary>Creates a new <see cref="T:System.Drawing.Imaging.Effects.ColorBalanceEffect" /> with the given parameters.</summary> |
43 | 58 | <remarks>To be added.</remarks>
|
| 59 | + <exception cref="T:System.ArgumentException"> |
| 60 | + <para> |
| 61 | + <paramref name="cyanRed" />, <paramref name="magentaGreen" />, or <paramref name="yellowBlue" /> is less than</para> |
| 62 | + <para>-100 or greater than 100.</para> |
| 63 | + </exception> |
44 | 64 | </Docs>
|
45 | 65 | </Member>
|
46 | 66 | <Member MemberName="CyanRed">
|
|
59 | 79 | <ReturnType>System.Int32</ReturnType>
|
60 | 80 | </ReturnValue>
|
61 | 81 | <Docs>
|
62 |
| - <summary>To be added.</summary> |
| 82 | + <summary> |
| 83 | + <para>Integer in the range -100 through 100 that specifies a change in the amount of red in the image. If the value</para> |
| 84 | + <para>is 0, there is no change. As the value moves from 0 to 100, the amount of red in the image increases and the</para> |
| 85 | + <para>amount of cyan decreases. As the value moves from 0 to -100, the amount of red in the image decreases and the</para> |
| 86 | + <para>amount of cyan increases.</para> |
| 87 | + </summary> |
63 | 88 | <value>To be added.</value>
|
64 | 89 | <remarks>To be added.</remarks>
|
65 | 90 | </Docs>
|
|
80 | 105 | <ReturnType>System.Int32</ReturnType>
|
81 | 106 | </ReturnValue>
|
82 | 107 | <Docs>
|
83 |
| - <summary>To be added.</summary> |
| 108 | + <summary> |
| 109 | + <para>Integer in the range -100 through 100 that specifies a change in the amount of green in the image. If the value</para> |
| 110 | + <para>is 0, there is no change. As the value moves from 0 to 100, the amount of green in the image increases and the</para> |
| 111 | + <para>amount of magenta decreases. As the value moves from 0 to -100, the amount of green in the image decreases and</para> |
| 112 | + <para>and the amount of magenta increases.</para> |
| 113 | + </summary> |
84 | 114 | <value>To be added.</value>
|
85 | 115 | <remarks>To be added.</remarks>
|
86 | 116 | </Docs>
|
|
101 | 131 | <ReturnType>System.Int32</ReturnType>
|
102 | 132 | </ReturnValue>
|
103 | 133 | <Docs>
|
104 |
| - <summary>To be added.</summary> |
| 134 | + <summary> |
| 135 | + <para>Integer in the range -100 through 100 that specifies a change in the amount of blue in the image. If the value</para> |
| 136 | + <para>is 0, there is no change. As the value moves from 0 to 100, the amount of blue in the image increases and the</para> |
| 137 | + <para>amount of yellow decreases. As the value moves from 0 to -100, the amount of blue in the image decreases and</para> |
| 138 | + <para>the amount of yellow increases.</para> |
| 139 | + </summary> |
105 | 140 | <value>To be added.</value>
|
106 | 141 | <remarks>To be added.</remarks>
|
107 | 142 | </Docs>
|
|
0 commit comments