Class RgbInNameColorProvider

    • Field Detail

      • m_DefaultColor

        protected Color m_DefaultColor
        the default color.
    • Constructor Detail

      • RgbInNameColorProvider

        public RgbInNameColorProvider()
    • Method Detail

      • setDefaultColor

        public void setDefaultColor​(Color value)
        Sets the default color to use.
        Parameters:
        value - the default color to use
      • getDefaultColor

        public Color getDefaultColor()
        Returns the default color in use.
        Returns:
        the default color in use
      • defaultColorTipText

        public String defaultColorTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • next

        public Color next()
        Just returns the default color.
        Specified by:
        next in interface ColorProvider
        Returns:
        the default color
      • recycle

        public void recycle​(Color c)
        Ignored.
        Specified by:
        recycle in interface ColorProvider
        Parameters:
        c - the color to re-use
      • exclude

        public void exclude​(Color c)
        Ignored.
        Specified by:
        exclude in interface ColorProvider
        Parameters:
        c - the color to exclude