You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All sims should use a color file named MyRepoColors.js or, if using abbreviations, MRColors.js, and
use ProfileColorProperty where appropriate, even if they have a single (default) profile (to support color editing
and PhET-iO Studio). The ColorProfile pattern was converted to *Colors.js files in PhET-iO instrumentation for ColorProfile scenery-phet#515. Please see GasPropertiesColors.js for a good example.
The first arument to new ProfileColorProperty is the colorName. The convention is to drop the "Property" suffix, as shown in the GasPropertiesColors.js example referenced in the checklist item.
In NumberPlayColors.js, the "Property" suffix is present, e.g. 'tenScreenBackgroundColorProperty' in:
For #84
The first arument to
new ProfileColorProperty
is thecolorName
. The convention is to drop the "Property" suffix, as shown in the GasPropertiesColors.js example referenced in the checklist item.In NumberPlayColors.js, the "Property" suffix is present, e.g. 'tenScreenBackgroundColorProperty' in:
Compare to GasPropertiesColors.js, e.g. 'screenBackgroundColor':
The text was updated successfully, but these errors were encountered: