コード例 #1
0
ファイル: ColorMixerWidget.cs プロジェクト: epicelite/OpenRA
 public ColorMixerWidget(ColorMixerWidget other)
     : base(other)
 {
     OnChange = other.OnChange;
     H        = other.H;
     S        = other.S;
     V        = other.V;
 }
コード例 #2
0
ファイル: ColorMixerWidget.cs プロジェクト: JackKucan/OpenRA
		public ColorMixerWidget(ColorMixerWidget other)
			: base(other)
		{
			OnChange = other.OnChange;
			H = other.H;
			S = other.S;
			V = other.V;
		}