Creates an instance of a ThemeLight.
- See:
Example
// Create the app with a new light theme
const app = new PIXIApp({
view: canvas,
width: 450,
height: 150,
theme: new ThemeLight()
}).setup().run()
Class that represents a PixiJS ThemeLight. The color1 is set to 0xf6f6f6, color2 to 0x282828.
Creates an instance of a ThemeLight.
// Create the app with a new light theme
const app = new PIXIApp({
view: canvas,
width: 450,
height: 150,
theme: new ThemeLight()
}).setup().run()