C# 클래스 Pinta.ImageManipulation.UnaryPixelOperations.RedEyeRemoveOp

If the color is within the red tolerance, remove it
상속: UnaryPixelOp
파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation 1 사용 예제들

공개 메소드들

메소드 설명
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