Click or drag to resize
Accord.NET (logo)

ArrayToImageConvert Method (Color, Bitmap)

Converts an image from one representation to another. For byte transformations, the Min and Max properties are ignored. The resulting image from upon calling this method will always be 32-bit ARGB.

Namespace:  Accord.Imaging.Converters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public void Convert(
	Color[] input,
	out Bitmap output
)
Request Example View Source

Parameters

input
Type: System.DrawingColor
The input image to be converted.
output
Type: System.DrawingBitmap
The converted image.

Implements

IConverterTInput, TOutputConvert(TInput, TOutput)
See Also