Class: ThemeLight

ThemeLight

Class that represents a PixiJS ThemeLight. The color1 is set to 0xf6f6f6, color2 to 0x282828.

new ThemeLight ()

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

Extends

Classes

ThemeLight