ucar.unidata.idv.control
Class WMSControl.ColorExclude
java.lang.Object
ucar.unidata.idv.control.WMSControl.ColorExclude
- Enclosing class:
- WMSControl
public static class WMSControl.ColorExclude
- extends Object
Class ColorExclude Holds information to exclude certain colors
- Version:
- $Revision: 1.104 $
- Author:
- IDV Development Team
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WMSControl.ColorExclude
public WMSControl.ColorExclude(Color c,
int range)
- Ctor
- Parameters:
c - The colorrange - Wiggle room for all colors
WMSControl.ColorExclude
public WMSControl.ColorExclude(Color c,
int rr,
int gr,
int br)
- Ctor
- Parameters:
c - The colorrr - Wiggle room for redgr - Wiggle room for greenbr - Wiggle room for blue