Interface
The editor UI is divided into different sections. Some members like backgroundColor
can be set globally, and if needed locally.
That means, that if you set the backgroundColor
of the Configuration
to black, all tools have that backgroundColor
,
unless you set another backgroundColor
in the specific tool configuration.
The following image annotates the most common configuration members.
Please note that the background color of the toolbar,
which sits at the bottom, is set through a property of the PhotoEditViewController
.