ClassRgbaColorViewModel
Class
Represents a ViewModel of the RGB (Red, Green, Blue) representation of a color.
Definition
Namespace:Telerik.Windows.Controls.ColorEditor.ViewModel
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class RgbaColorViewModel : ColorViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseColorViewModelRgbaColorViewModel
Implements:
Inherited Members
Constructors
RgbaColorViewModel()
Declaration
cs-api-definition
public RgbaColorViewModel()
Properties
Blue
Gets or sets the Blue channel of the RGB color view model.
Green
Gets or sets the Green channel of the RGB color view model.
Methods
UpdateFromUnifiedColor(UnifiedColor)
Updates the color of from a unified color.
Declaration
cs-api-definition
public override void UpdateFromUnifiedColor(UnifiedColor colorScheme)
Parameters
colorScheme
Overrides