C# Класс ImageProcessor.Imaging.Quantizers.WuQuantizer.ImageBuffer

The image buffer for storing and manipulating pixel information. Adapted from
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ImageBuffer ( Bitmap image ) : System

Initializes a new instance of the ImageBuffer class.

UpdatePixelIndexes ( IEnumerable lineIndexes ) : void

Updates the pixel indexes.

Описание методов

ImageBuffer() публичный Метод

Initializes a new instance of the ImageBuffer class.
public ImageBuffer ( Bitmap image ) : System
image System.Drawing.Bitmap /// The image to store. ///
Результат System

UpdatePixelIndexes() публичный Метод

Updates the pixel indexes.
public UpdatePixelIndexes ( IEnumerable lineIndexes ) : void
lineIndexes IEnumerable /// The enumerable byte array representing each row of pixels. ///
Результат void