ColorScheme
Description
The ColorScheme provides methods and properties for computing various colors for rendering components.
A color scheme is defined by four colors: foreground, background, highlight and text color. All other colors are derived from those.
Public / Constructors
For
2 overloads
Creates a new instance of ColorScheme from the style of the given component.
This method delegates to For2, passing the following stylesheet property values for the given component in:
Creates a new instance of ColorScheme.
Public / Methods
DrawString
Draws an outlined string.
The outline color will be determined with Outline, passing textColor in and backgroundColor in.