Skip to content

LookAndFeel

Overview

Provides colors for Joist elements.

@author Sam Reid (PhET Interactive Simulations)

Class LookAndFeel

import { LookAndFeel } from 'scenerystack/joist';

Constructor

new LookAndFeel()

Instance Methods

reset()

Instance Properties

backgroundColorProperty : Property<Color>

(readonly)

Background color for the currently selected screen, which will be set on the Display as its backgroundColor

Source Code

See the source for LookAndFeel.ts in the joist repository.