Package ucar.unidata.idv.control
Class WMSControl.ColorExclude
java.lang.Object
ucar.unidata.idv.control.WMSControl.ColorExclude
- Enclosing class:
WMSControl
Class ColorExclude Holds information to exclude certain colors
- Version:
- $Revision: 1.104 $
- Author:
- IDV Development Team
-
Constructor Summary
ConstructorsConstructorDescriptionColorExclude
(Color c, int range) CtorColorExclude
(Color c, int rr, int gr, int br) Ctor -
Method Summary
-
Constructor Details
-
ColorExclude
Ctor- Parameters:
c
- The colorrange
- Wiggle room for all colors
-
ColorExclude
Ctor- Parameters:
c
- The colorrr
- Wiggle room for redgr
- Wiggle room for greenbr
- Wiggle room for blue
-