New to Telerik UI for WPFStart a free 30-day trial

Represents a ViewModel of the HSV (Hue, Saturation, Value) representation of a color.

Definition

Constructors

C#
public HsvaColorViewModel()

Properties

Gets or sets the Hue channel of the HSV color view model.

C#
public double Hue { get; set; }

Gets or sets the Saturation channel of the HSV color view model.

C#
public double Saturation { get; set; }

Gets or sets the Value channel of the HSV color view model.

C#
public double Value { get; set; }

Methods

Updates the color of from a unified color.

C#
public override void UpdateFromUnifiedColor(UnifiedColor colorScheme)
Parameters:colorSchemeUnifiedColor

Overrides: ColorViewModel.UpdateFromUnifiedColor(UnifiedColor)