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
/// <param name="height">The height of the output images.</param>
150
+
/// <param name="width">The width of the output images.</param>
151
+
/// <param name="outputColumnName"> Name of the column resulting from the transformation of <paramref name="inputColumnName"/>.</param>
152
+
/// <param name="inputColumnName"> Name of column to transform. If set to <see langword="null"/>, the value of the <paramref name="outputColumnName"/> will be used as source.</param>
153
+
/// <param name="colors"> Specifies which <see cref="ImagePixelExtractingEstimator.ColorBits"/> are in the input pixel vectors. The order of colors is: Alpha, Red, Green Blue.</param>
154
+
/// <param name="interleave">Whether the pixels are interleaved, meaning whether they are in `ARGB ARGB` order, or separated in the planar form, where the colors are specified one by one
155
+
/// alpha, red, green, blue for all the pixels of the image. </param>
156
+
/// <param name="scale">The values are scaled by this value before being converted to pixels.</param>
157
+
/// <param name="offset">The offset is subtracted (before scaling) before converting the values to pixels.</param>
0 commit comments