The NotifyingColor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NotifyingColor | Initializes a new instance of the NotifyingColor class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnPropertyChanged |
Raises the PropertyChanged event.
(Inherited from ViewModelBase.) | |
| Set<(Of <<'(T>)>>) |
Sets the specified field, raising the PropertyChanged event if required.
(Inherited from ViewModelBase.) | |
| SetFromColor |
Sets this NotifyingColor to wrap the specified color.
| |
| ToColor |
Returns the color of this NotifyingColor.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| A |
Gets or sets the alpha channel value of the color.
| |
| B |
Gets or sets the blue channel value of the color.
| |
| G |
Gets or sets the green channel value of the color.
| |
| R |
Gets or sets the red channel value of the color.
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from ViewModelBase.) |