C# Class ColorPicker.Channel

Mostra file Open project: EFanZh/EFanZh Class Usage Examples

Public Methods

Method Description
Channel ( string name, decimal minValue, decimal maxValue ) : System
CreateStandardChannel ( string name ) : Channel

Method Details

Channel() public method

public Channel ( string name, decimal minValue, decimal maxValue ) : System
name string
minValue decimal
maxValue decimal
return System

CreateStandardChannel() public static method

public static CreateStandardChannel ( string name ) : Channel
name string
return Channel