Skip to content
Spreadsheet Editor

HslColor

type HslColor = {
hue: number;
lightness: number;
saturation: number;
type: "hsl";
};
PropertyTypeDescription
huenumberDegrees (0-360). Must be positive. Min 0 Max 360
lightnessnumber-
saturationnumber-
type"hsl"-