Class
HsvaColorViewModel

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

Definition

Constructors

HsvaColorViewModel()

Declaration

cs-api-definition
public HsvaColorViewModel()

Properties

Hue

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

Declaration

cs-api-definition
public double Hue { get; set; }

Property Value

double

Saturation

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

Declaration

cs-api-definition
public double Saturation { get; set; }

Property Value

double

Value

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

Declaration

cs-api-definition
public double Value { get; set; }

Property Value

double

Methods

UpdateFromUnifiedColor(UnifiedColor)

Updates the color of from a unified color.

Declaration

cs-api-definition
public override void UpdateFromUnifiedColor(UnifiedColor colorScheme)

Parameters

colorScheme

UnifiedColor

Overrides ColorViewModel.UpdateFromUnifiedColor(UnifiedColor)