Skip to content

HSL

Official

Represents an obsidian#HSL color.

Import:

import type { HSL } from 'obsidian';

Signature:

export interface HSL

Properties

PropertyTypeDescription
hnumberHue integer value between 0 and 360.
lnumberLightness integer value between 0 and 100.
snumberSaturation integer value between 0 and 100.

Links to this page: