![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
Mutates the color of the given ACTile
attached to this ACTileLiveUpdate
with in the given brightness range for the given base color.
More...
Public Member Functions | |
ACTileLiveUpdateControllerChromaKey (ACTileController controller, ACColor background, int minimum, int maximum) | |
Initializes a new instance of the ACTileLiveUpdateTileChromaKey class. More... | |
override void | PerformUpdate () |
Performs the update. More... | |
![]() | |
ACTileLiveUpdate () | |
Initializes a new instance of the ACTileLiveUpdate class. More... | |
Properties | |
ACColor | background [get, set] |
Gets or sets the background color. More... | |
int | minimum [get, set] |
Gets or sets the minimum hue variance. More... | |
int | maximum [get, set] |
Gets or sets the maximum hue variance. More... | |
Mutates the color of the given ACTile
attached to this ACTileLiveUpdate
with in the given brightness range for the given base color.
ActionComponents.ACTileLiveUpdateControllerChromaKey.ACTileLiveUpdateControllerChromaKey | ( | ACTileController | controller, |
ACColor | background, | ||
int | minimum, | ||
int | maximum | ||
) |
Initializes a new instance of the ACTileLiveUpdateTileChromaKey
class.
tile | Tile. |
background | Background. |
minimum | Minimum. |
maximum | Maximum. |
|
virtual |
Performs the update.
Reimplemented from ActionComponents.ACTileLiveUpdate.
|
getset |
Gets or sets the background color.
The background.
|
getset |
Gets or sets the maximum hue variance.
The maximum.
|
getset |
Gets or sets the minimum hue variance.
The minimum.