public interface ColorClassifier
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
holdsColor(int r,
int g,
int b,
int maxColorSquareDistance) |
String getName()
boolean holdsColor(int r,
int g,
int b,
int maxColorSquareDistance)
Copyright © 2016. All rights reserved.