Class: ThemeDark

ThemeDark

Class that represents a PixiJS ThemeDark.

new ThemeDark ()

See:
Example
// Create the app with a new dark theme
const app = new PIXIApp({
    view: canvas,
    width: 450,
    height: 150,
    theme: new ThemeDark()
}).setup().run()

Extends