HSL
Official
Represents an obsidian#HSL color.
Import:
import type { HSL } from 'obsidian';Signature:
export interface HSLProperties
| Property | Type | Description | |
|---|---|---|---|
| h | number | Hue integer value between 0 and 360. | |
| l | number | Lightness integer value between 0 and 100. | |
| s | number | Saturation integer value between 0 and 100. |
Links to this page: