com.jhlabs.math
Class BlackFunction

java.lang.Object
  extended by com.jhlabs.math.BlackFunction
All Implemented Interfaces:
BinaryFunction

public class BlackFunction
extends java.lang.Object
implements BinaryFunction


Constructor Summary
BlackFunction()
           
 
Method Summary
 boolean isBlack(int rgb)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlackFunction

public BlackFunction()
Method Detail

isBlack

public boolean isBlack(int rgb)
Specified by:
isBlack in interface BinaryFunction