C# Class SearchColors.Searcher

Datei anzeigen Open project: EFanZh/EFanZh Class Usage Examples

Public Methods

Method Description
Searcher ( Color target ) : System
Test ( string file, Color color ) : bool

Private Methods

Method Description
GetDistance ( Color color1, Color color2 ) : int

Method Details

Searcher() public method

public Searcher ( Color target ) : System
target Color
return System

Test() public method

public Test ( string file, Color color ) : bool
file string
color Color
return bool