ProjectorModeToggleSwitch¶
Overview¶
A toggle switch for "Projector Mode". Changes the color scheme for better contrast on projectors. The sim must have a projector mode color profile. This toggle switch appears in the PreferencesDialog in the Visual panel.
@author Jesse Greenberg (PhET Interactive Simulations)
Class ProjectorModeToggleSwitch¶
Constructor¶
new ProjectorModeToggleSwitch( colorProfileProperty : Property<string>, providedOptions? : ProjectorModeToggleSwitchOptions )¶
Instance Methods¶
Type ProjectorModeToggleSwitchOptions¶
StrictOmit<ParentOptions, "labelNode" | "descriptionNode">
Source Code¶
See the source for ProjectorModeToggleSwitch.ts in the joist repository.