hue

open override val hue: Double(source)

Represents the hue component of a color, expressed in degrees.

The hue is a circular value where 0° is red, 120° is green, 240° is blue, and values wrap around cyclically (e.g., 360° is equivalent to 0°). It defines the dominant wavelength of color and is used for color manipulation such as hue shifting and mixing.