Class
ColorViewModel

Represents a color abstraction over the ViewModelBase class.

Definition

Constructors

ColorViewModel()

Declaration

cs-api-definition
protected ColorViewModel()

Properties

Alpha

Gets or sets the alpha channel of the color.

Declaration

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

Property Value

double

The alpha.

Methods

UpdateFromUnifiedColor(UnifiedColor)

Updates the color of from a unified color.

Declaration

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

Parameters

colorScheme

UnifiedColor

The color scheme.

Extension Methods