Class: ThemeRed

ThemeRed

Class that represents a PixiJS ThemeRed. The primaryColor is set to 0xd92f31.

new ThemeRed ()

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()

Extends

Classes

ThemeRed