Color Option
This is an incomplete but sufficient documentation of the ColorOption
Introduction
Constructor
ContextMenu menu = new ContextMenu(<parameters>);
menu.addOption(new ColorOption("TextColor", menu, () -> this.textColor, value -> this.textColor = value));Last updated