Skip to content

TColor

Overview

Type TColor

Type representing a ColorDef Please see Color.toColor() for a way to transform these colors.

@author Jonathan Olson <jonathan.olson@colorado.edu>

import type { TColor } from 'scenerystack/scenery';

TReadOnlyProperty<Color | string | null> | TReadOnlyProperty<Color | string> | TReadOnlyProperty<Color | null> | TReadOnlyProperty<string | null> | TReadOnlyProperty<Color> | TReadOnlyProperty<string> | TReadOnlyProperty<null> | Color | string | null

Source Code

See the source for TColor.ts in the scenery repository.