Class MacColorUtils

java.lang.Object
com.explodingpixels.macwidgets.MacColorUtils

public class MacColorUtils extends Object
Utility methods for dealing with Mac colors.
  • Field Details

    • EMPTY_COLOR

      public static Color EMPTY_COLOR
    • LEOPARD_BORDER_COLOR

      public static Color LEOPARD_BORDER_COLOR
  • Constructor Details

    • MacColorUtils

      public MacColorUtils()
  • Method Details

    • getTexturedWindowToolbarBorderFocusedColor

      public static Color getTexturedWindowToolbarBorderFocusedColor()
      Gets the color used to separate a UnifiedToolBar from the window content when the window is active.
      Returns:
      the border color when the window is active.
    • getTexturedWindowToolbarBorderUnfocusedColor

      public static Color getTexturedWindowToolbarBorderUnfocusedColor()
      Gets the color used to separate a UnifiedToolBar from the window content when the window is inactive.
      Returns:
      the border color when the window is inactive.