|
14 | 14 | </Base>
|
15 | 15 | <Interfaces />
|
16 | 16 | <Docs>
|
17 |
| - <summary>Allows modification of the color components of an image.</summary> |
| 17 | + <summary>Modifies the color components of an image.</summary> |
18 | 18 | <remarks>Individual color component values are changed to entries in a series of lookup tables.</remarks>
|
19 | 19 | </Docs>
|
20 | 20 | <Members>
|
|
47 | 47 | <param name="greenLookupTable">The lookup table for the green channel.</param>
|
48 | 48 | <param name="blueLookupTable">The lookup table for the blue channel.</param>
|
49 | 49 | <param name="alphaLookupTable">The lookup table for the alpha channel.</param>
|
50 |
| - <summary>Creates a new <see cref="T:System.Drawing.Imaging.Effects.ColorLookupTableEffect" /> with the given parameters.</summary> |
| 50 | + <summary>Creates a new <see cref="T:System.Drawing.Imaging.Effects.ColorLookupTableEffect" /> with the specified red, green, blue, and alpha lookup tables.</summary> |
51 | 51 | <remarks>To be added.</remarks>
|
52 | 52 | <exception cref="T:System.ArgumentException">A lookup table parameter is longer than 256 bytes.</exception>
|
53 | 53 | </Docs>
|
|
96 | 96 | <ReturnType>System.ReadOnlyMemory<System.Byte></ReturnType>
|
97 | 97 | </ReturnValue>
|
98 | 98 | <Docs>
|
99 |
| - <summary>The lookup table for the alpha channel.</summary> |
| 99 | + <summary>Gets the lookup table for the alpha channel.</summary> |
100 | 100 | <value>To be added.</value>
|
101 | 101 | <remarks>To be added.</remarks>
|
102 | 102 | </Docs>
|
|
117 | 117 | <ReturnType>System.ReadOnlyMemory<System.Byte></ReturnType>
|
118 | 118 | </ReturnValue>
|
119 | 119 | <Docs>
|
120 |
| - <summary>The lookup table for the blue channel.</summary> |
| 120 | + <summary>Gets the lookup table for the blue channel.</summary> |
121 | 121 | <value>To be added.</value>
|
122 | 122 | <remarks>To be added.</remarks>
|
123 | 123 | </Docs>
|
|
138 | 138 | <ReturnType>System.ReadOnlyMemory<System.Byte></ReturnType>
|
139 | 139 | </ReturnValue>
|
140 | 140 | <Docs>
|
141 |
| - <summary>The lookup table for the green channel.</summary> |
| 141 | + <summary>Gets the lookup table for the green channel.</summary> |
142 | 142 | <value>To be added.</value>
|
143 | 143 | <remarks>To be added.</remarks>
|
144 | 144 | </Docs>
|
|
159 | 159 | <ReturnType>System.ReadOnlyMemory<System.Byte></ReturnType>
|
160 | 160 | </ReturnValue>
|
161 | 161 | <Docs>
|
162 |
| - <summary>The lookup table for the red channel.</summary> |
| 162 | + <summary>Gets the lookup table for the red channel.</summary> |
163 | 163 | <value>To be added.</value>
|
164 | 164 | <remarks>To be added.</remarks>
|
165 | 165 | </Docs>
|
|
0 commit comments