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