The NotifyingColor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NotifyingColor |
Methods
Name | Description | |
---|---|---|
![]() | OnPropertyChanged |
Raises the PropertyChanged event.
|
![]() | SetFromColor |
Sets this NotifyingColor to wrap the specified color.
|
![]() | ToColor |
Returns the color of this NotifyingColor.
|
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.
|