C# Class ColorPicker.Channel

Afficher le fichier Open project: EFanZh/EFanZh Class Usage Examples

Méthodes publiques

Méthode Description
Channel ( string name, decimal minValue, decimal maxValue ) : System
CreateStandardChannel ( string name ) : Channel

Method Details

Channel() public méthode

public Channel ( string name, decimal minValue, decimal maxValue ) : System
name string
minValue decimal
maxValue decimal
Résultat System

CreateStandardChannel() public static méthode

public static CreateStandardChannel ( string name ) : Channel
name string
Résultat Channel