ClassCmykaColorViewModel
Class
Represents a ViewModel of the CMYK (Cyan, Magenta, Yellow and Key/Black) representation of a color.
Definition
Namespace:Telerik.Windows.Controls.ColorEditor.ViewModel
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class CmykaColorViewModel : ColorViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseColorViewModelCmykaColorViewModel
Implements:
Inherited Members
Constructors
CmykaColorViewModel()
Declaration
cs-api-definition
public CmykaColorViewModel()
Properties
Cyan
Gets or sets the Cyan channel of the CMYK color view model.
Key
Gets or sets the Key(Black) channel of the CMYK color view model.
Magenta
Gets or sets the Magenta channel of the CMYK 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