C# Класс Pinta.ImageManipulation.UnaryPixelOperations.RedEyeRemoveOp

If the color is within the red tolerance, remove it
Наследование: UnaryPixelOp
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Apply ( ColorBgra color ) : ColorBgra
RedEyeRemoveOp ( int tol, int sat ) : System

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

Метод Описание
GetSaturation ( ColorBgra color ) : int

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

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

public Apply ( ColorBgra color ) : ColorBgra
color ColorBgra
Результат ColorBgra

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

public RedEyeRemoveOp ( int tol, int sat ) : System
tol int
sat int
Результат System