public sealed class ColorInput<T> : InputComponentBase<T>
where T : class
| ColorInputT | Initializes a new instance of the ColorInputT class |
| Accessor | Accessor for the property |
| Label | Label left of the color input element |
| ToolTip | Tooltip for the color input element |
| ValueChanged | Value Changed event |
| SetParametersAsync |
Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides InputComponentBaseTSetParametersAsync(ParameterView)) |