Class ColorPickerPopup

    • Constructor Detail

      • ColorPickerPopup

        public ColorPickerPopup​(Color initialColor)
        Deprecated.
        Instantiates a new color picker popup.
        Parameters:
        initialColor - initially selected color
    • Method Detail

      • fireColorChanged

        public void fireColorChanged()
        Deprecated.
        Notifies the listeners that the color changed.
      • getHistory

        public ColorPickerHistory getHistory()
        Deprecated.
        Gets the history.
        Returns:
        the history
      • setColor

        public void setColor​(Color color)
        Deprecated.
        Description copied from interface: ColorSelector
        Sets the color.
        Specified by:
        setColor in interface ColorSelector
        Parameters:
        color - the new color
      • getColorHistory

        public List<Color> getColorHistory()
        Deprecated.
        Gets the color history.
        Returns:
        the color history
      • setRGBTabVisible

        public void setRGBTabVisible​(boolean visible)
        Deprecated.
        Set RGB tab visibility.
        Parameters:
        visible - The visibility of the RGB tab
      • setHSVTabVisible

        public void setHSVTabVisible​(boolean visible)
        Deprecated.
        Set HSV tab visibility.
        Parameters:
        visible - The visibility of the HSV tab
      • setSwatchesTabVisible

        public void setSwatchesTabVisible​(boolean visible)
        Deprecated.
        Set Swatches tab visibility.
        Parameters:
        visible - The visibility of the Swatches tab
      • setHistoryVisible

        public void setHistoryVisible​(boolean visible)
        Deprecated.
        Set the History visibility.
        Parameters:
        visible -
      • setPreviewVisible

        public void setPreviewVisible​(boolean visible)
        Deprecated.
        Set the preview visibility.
        Parameters:
        visible -