C# 클래스 SimplePaletteQuantizer.Ditherers.ErrorDiffusion.BaseErrorDistributionDitherer

상속: BaseColorDitherer
파일 보기 프로젝트 열기: RHY3756547/FreeSO

보호된 메소드들

메소드 설명
OnProcessPixel ( Pixel sourcePixel, Pixel targetPixel ) : System.Boolean

See BaseColorDitherer.OnProcessPixel for more details.

비공개 메소드들

메소드 설명
ProcessNeighbor ( Pixel targetPixel, Int32 x, Int32 y, System.Single factor, Int32 redError, Int32 greenError, Int32 blueError ) : void

메소드 상세

OnProcessPixel() 보호된 메소드

See BaseColorDitherer.OnProcessPixel for more details.
protected OnProcessPixel ( Pixel sourcePixel, Pixel targetPixel ) : System.Boolean
sourcePixel Pixel
targetPixel Pixel
리턴 System.Boolean