Module ij
Package ij.gui

Class ColorChooser

java.lang.Object
ij.gui.ColorChooser
All Implemented Interfaces:
AdjustmentListener, TextListener, EventListener

public class ColorChooser extends Object implements TextListener, AdjustmentListener
Displays a dialog that allows the user to select a color using three sliders.
  • Constructor Details

    • ColorChooser

      public ColorChooser(String title, Color initialColor, boolean useHSB)
      Constructs a ColorChooser using the specified title and initial color.
    • ColorChooser

      public ColorChooser(String title, Color initialColor, boolean useHSB, Frame frame)
  • Method Details