@microsoft/fast-colors > ColorInterpolationSpace
ColorInterpolationSpace enum
Color interpolation spaces
Signature:
export declare enum ColorInterpolationSpace
Enumeration Members
| Member | Value | Description |
|---|---|---|
| HSL | 1 |
|
| HSV | 2 |
|
| LAB | 4 |
|
| LCH | 5 |
|
| RGB | 0 |
|
| XYZ | 3 |