The NotifyingColor type exposes the following members.

Constructors

  NameDescription
NotifyingColor

Methods

  NameDescription
OnPropertyChanged
Raises the PropertyChanged event.
SetFromColor
Sets this NotifyingColor to wrap the specified color.
ToColor
Returns the color of this NotifyingColor.

Properties

  NameDescription
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

  NameDescription
PropertyChanged
Occurs when a property value changes.

See Also