C# Класс AForge.Imaging.Filters.ReplaceChannel

Replace channel of RGB color space
Наследование: IFilter, IInPlaceFilter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ReplaceChannel ( short channel, Bitmap channelImage ) : System

Initializes a new instance of the ReplaceChannel class.

ReplaceChannel ( short channel, UnmanagedImage channelImage ) : System

Initializes a new instance of the YCbCrReplaceChannel class.

Защищенные методы

Метод Описание
ProcessFilter ( UnmanagedImage image, Rectangle rect ) : void

Process the filter on the specified image.

Приватные методы

Метод Описание
ReplaceChannel ( ) : System

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

ProcessFilter() защищенный Метод

Process the filter on the specified image.
Channel image size does not match source /// image size. Channel image's format does not correspond to format of the source image. Can not replace alpha channel of none ARGB image. The /// exception is throw, when alpha channel is requested to be replaced in RGB image.
protected ProcessFilter ( UnmanagedImage image, Rectangle rect ) : void
image UnmanagedImage Source image data.
rect System.Drawing.Rectangle Image rectangle for processing by the filter.
Результат void

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

Initializes a new instance of the ReplaceChannel class.
public ReplaceChannel ( short channel, Bitmap channelImage ) : System
channel short ARGB channel to replace.
channelImage System.Drawing.Bitmap Channel image to use for replacement.
Результат System

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

Initializes a new instance of the YCbCrReplaceChannel class.
public ReplaceChannel ( short channel, UnmanagedImage channelImage ) : System
channel short RGB channel to replace.
channelImage UnmanagedImage Unmanaged channel image to use for replacement.
Результат System