C# 클래스 GR.Imaging.ColorRange

파일 보기 프로젝트 열기: alexhanh/Botting-Library 1 사용 예제들

공개 메소드들

메소드 설명
ColorRange ( Color c1, Color c2 ) : System
ColorRange ( Color c, int threshold ) : System
ColorRange ( int argb1, int argb2 ) : System
HasArgb ( int argb ) : bool
HasColor ( Color c ) : bool

메소드 상세

ColorRange() 공개 메소드

public ColorRange ( Color c1, Color c2 ) : System
c1 Color
c2 Color
리턴 System

ColorRange() 공개 메소드

public ColorRange ( Color c, int threshold ) : System
c Color
threshold int
리턴 System

ColorRange() 공개 메소드

public ColorRange ( int argb1, int argb2 ) : System
argb1 int
argb2 int
리턴 System

HasArgb() 공개 메소드

public HasArgb ( int argb ) : bool
argb int
리턴 bool

HasColor() 공개 메소드

public HasColor ( Color c ) : bool
c Color
리턴 bool