C# Класс ImageProcessor.Processors.ReplaceColor

Encapsulates methods allowing the replacement of a color within an image.
Наследование: IGraphicsProcessor
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ProcessImage ( ImageFactory factory ) : Image

Processes the image.

ReplaceColor ( ) : System

Initializes a new instance of the ReplaceColor class.

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

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

Processes the image.
public ProcessImage ( ImageFactory factory ) : Image
factory ImageFactory /// The current instance of the class containing /// the image to process. ///
Результат Image

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

Initializes a new instance of the ReplaceColor class.
public ReplaceColor ( ) : System
Результат System