@microsoft/fast-colors > ColorPaletteConfig
ColorPaletteConfig interface
Signature:export interface ColorPaletteConfig
Properties
| Property | Type | Description |
|---|---|---|
| baseColor | ColorRGBA64 | |
| baseScalePosition | number | |
| clipDark | number | |
| clipLight | number | |
| interpolationMode | ColorInterpolationSpace | |
| multiplyDark | number | |
| multiplyLight | number | |
| overlayDark | number | |
| overlayLight | number | |
| saturationAdjustmentCutoff | number | |
| saturationDark | number | |
| saturationLight | number | |
| scaleColorDark | ColorRGBA64 | |
| scaleColorLight | ColorRGBA64 | |
| steps | number |