Package ij.gui

Class ColorChooser

    • Constructor Detail

      • 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)