system_colours
juce module for accessing native system colours. currently only macos and ios are supported (prs happily accepted for windows / android). it includes the following classes:
ColourConverter
provides a static method to convert between native color formats (NSColor
/ UIColor
)
and juce::Colour
.
StandardColours
provides static methods to access the standard colors from macos and ios
UIElementColors
provides static methods to access the the ui element colors from macos and ios. note that while there is some overlap both platforms don't support the same full list of colors.