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

Encapsulates methods to change the gamma component of the image to effect its luminance.
Наследование: IGraphicsProcessor
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the Gamma class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

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

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

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

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

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