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
  • Constructor Details

    • ColorExclude

      public ColorExclude(Color c, int range)
      Ctor
      Parameters:
      c - The color
      range - Wiggle room for all colors
    • ColorExclude

      public ColorExclude(Color c, int rr, int gr, int br)
      Ctor
      Parameters:
      c - The color
      rr - Wiggle room for red
      gr - Wiggle room for green
      br - Wiggle room for blue