Beispiel #1
0
 public NameColor(string name, Color color, TintMode mode = TintMode.GradientRightToLeft)
 {
     this.name  = name;
     this.color = color;
     this.mode  = mode;
 }
Beispiel #2
0
 public LayerColor(int layer, Color color, TintMode mode = TintMode.GradientRightToLeft)
 {
     this.layer = layer;
     this.color = color;
     this.mode  = mode;
 }