HsvColor Struct

Definition

Defines a color in Hue/Saturation/Value (HSV) space.

public struct HsvColor
type HsvColor = struct
Public Structure HsvColor
Inheritance
HsvColor

Fields

A

The Alpha/opacity in 0..1 range.

H

The Hue in 0..360 range.

S

The Saturation in 0..1 range.

V

The Value in 0..1 range.

Applies to