Class ChannelModule
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NoXP.RuntimeComponents.ColorPicker
Assembly: NoXP.RuntimeComponents.dll
Syntax
public class ChannelModule : ColorPickerModuleBase
Constructors
ChannelModule(ColorPicker)
Declaration
protected ChannelModule(ColorPicker owner)
Parameters
| Type | Name | Description |
|---|---|---|
| ColorPicker | owner |
Methods
ApplyColors(IColorSchema)
Declaration
public override void ApplyColors(IColorSchema schema)
Parameters
| Type | Name | Description |
|---|---|---|
| IColorSchema | schema |
Overrides
NoXP.Shared.UI.UIComponentModule<NoXP.RuntimeComponents.ColorPicker.ColorPicker>.ApplyColors(NoXP.Shared.IColorSchema)
Init()
Declaration
protected override void Init()
Overrides
NoXP.Shared.UI.UIComponentModule<NoXP.RuntimeComponents.ColorPicker.ColorPicker>.Init()
Events
InputValueChanged
Declaration
public event Action<int, float> InputValueChanged
Event Type
| Type | Description |
|---|---|
| System.Action<System.Int32, System.Single> |
SliderValueChanged
Declaration
public event Action<int, float> SliderValueChanged
Event Type
| Type | Description |
|---|---|
| System.Action<System.Int32, System.Single> |