C# 클래스 PixelArtUpScaler.Pixel

파일 보기 프로젝트 열기: michaelrbk/pixelart-vectorizer

공개 프로퍼티들

프로퍼티 타입 설명
points List

공개 메소드들

메소드 설명
Pixel ( int x1, int y1, Color color1 ) : System
ToString ( ) : string
colorIsDiferent ( Color c1, Color c2 ) : bool
getPoint ( ) : Point

비공개 메소드들

메소드 설명
colorIsSimilar ( Color c1, Color c2 ) : bool
pixelInsidePolygon ( ArrayList polygons ) : bool

메소드 상세

Pixel() 공개 메소드

public Pixel ( int x1, int y1, Color color1 ) : System
x1 int
y1 int
color1 Color
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

colorIsDiferent() 공개 정적인 메소드

public static colorIsDiferent ( Color c1, Color c2 ) : bool
c1 Color
c2 Color
리턴 bool

getPoint() 공개 메소드

public getPoint ( ) : Point
리턴 Point

프로퍼티 상세

points 공개적으로 프로퍼티

public List points
리턴 List