Enum Class ColorScheme

java.lang.Object
java.lang.Enum<ColorScheme>
javafx.application.ColorScheme
All Implemented Interfaces:
Serializable, Comparable<ColorScheme>, Constable

public enum ColorScheme extends Enum<ColorScheme>
Defines the color scheme of the user interface, which specifies whether applications should prefer light text on dark backgrounds, or dark text on light backgrounds.
Since:
22
See Also: