SchemeType
Constructor of DynamicScheme
from material-color-utilities
.
Available values include:
SchemeTonalSpot
: classic Material Design colorsSchemeVibrant
: more vibrant colorsSchemeMonochrome
: grayscale colorsSchemeNeutral
: colors that are nearly grayscaleSchemeFidelity
: match the source color as closely as possible- etc.
See Also
https://github.com/material-foundation/material-color-utilities/tree/main/typescript/scheme for all available scheme types
Example usage
import { SchemeTonalSpot } from '@material/material-color-utilities';
const type: SchemeType = SchemeTonalSpot;