Class
HexColorViewModel

Represents a ViewModel of the HEX representation of a color.

Definition

Constructors

HexColorViewModel()

Declaration

cs-api-definition
public HexColorViewModel()

Properties

Value

Gets or sets the string value of the HEX color view model.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Maintainability", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "value")]
public string Value { get; set; }

Property Value

string

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)