Skip to content

LookAndFeel

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/joist/blob/main/js/LookAndFeel.ts for the most up-to-date information.

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.