Gets the background color.
A promise that resolves to the background color. Hex color string in the format "#RRGGBB".
Gets the color mode.
A promise that resolves to the color mode.
Gets the foreground color.
A promise that resolves to the foreground color. Hex color string in the format "#RRGGBB".
Gets the render flag.
A promise that resolves to the render flag.
OptionaloptionsSets the background color.
The background color to set. Hex color string in the format "#RRGGBB".
A promise that resolves when the background color is set.
Sets the color mode.
The color mode to set.
A promise that resolves when the color mode is set.
Sets the foreground color.
The foreground color to set.
A promise that resolves when the foreground color is set.
Sets the render flag.
The render flag to set.
A promise that resolves when the render flag is set.
destroy the current object.