HslColor Struct

Definition

Defines a color in Hue/Saturation/Lightness (HSL) space.

public struct HslColor
type HslColor = struct
Public Structure HslColor
Inheritance
HslColor

Fields

A

The Alpha/opacity in 0..1 range.

H

The Hue in 0..360 range.

L

The Lightness in 0..1 range.

S

The Saturation in 0..1 range.

Applies to