IColorTypes
type IColorTypes = "rgb" | "prgb" | "hex6" | "hex3" | "hex8" | "hsl" | "hsv"
Usage
import {IColorTypes} from 'uxp/components';
Last updated
type IColorTypes = "rgb" | "prgb" | "hex6" | "hex3" | "hex8" | "hsl" | "hsv"
import {IColorTypes} from 'uxp/components';
Last updated