static int |
Grayscale
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Grayscale
public static final int Grayscale
Grayscale.
- See Also:
- Constant Field Values
HLS
public static final int HLS
HLS.
- See Also:
- Constant Field Values
MedianSmoothing
public static final int MedianSmoothing
Median smoothing.
- See Also:
- Constant Field Values
None
public static final int None
Default value used.
- See Also:
- Constant Field Values
|