Value palette describing the colors of the scanner screens.

Hierarchy

  • PartiallyConstructible
    • Palette

Constructors

  • Parameters

    • Optional source: DeepPartial<Palette>

    Returns Palette

Properties

sbColorModalOverlay: string

Transparent color with a very high alpha value used to fill certain overlays.

Default Value

"#000000A3";
sbColorNegative: string

Color used to convey a negative meaning.

Default Value

"#FF3737";
sbColorOnPrimary: string

Color used for displaying elements on top of the primary color.

Default Value

"#FFFFFF";
sbColorOnSecondary: string

Color used for displaying elements on top of the secondary color.

Default Value

"#C8193C";
sbColorOnSurface: string

Color used on top of surfaces.

Default Value

"#000000";
sbColorOnSurfaceVariant: string

Alternative color used on top of surfaces.

Default Value

"#707070";
sbColorOutline: string

Color used for outlines.

Default Value

"#EFEFEF";
sbColorPositive: string

Color used to convey a positive meaning.

Default Value

"#4EFFB4";
sbColorPrimary: string

Primary color used for enabled elements.

Default Value

"#C8193C";
sbColorPrimaryDisabled: string

Primary color used for disabled elements.

Default Value

"#F5F5F5";
sbColorSecondary: string

Secondary color used for enabled elements.

Default Value

"#FFEDEE";
sbColorSecondaryDisabled: string

Secondary color used for disabled elements.

Default Value

"#F5F5F5";
sbColorSurface: string

Color used for surfaces.

Default Value

"#FFFFFF";
sbColorSurfaceHigh: string

Transparent color with a high alpha value used for certain surfaces.

Default Value

"#0000007A";
sbColorSurfaceLow: string

Transparent color with a low alpha value used for certain surfaces.

Default Value

"#00000026";
sbColorWarning: string

Color used to convey warnings.

Default Value

"#FFCE5C";

Generated using TypeDoc