コード例 #1
0
 /// <summary>
 /// Gets the first background color from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color value.</returns>
 public override Color GetBackColor1(PaletteState state)
 {
     return(_redirect.GetBackColor1(Style, state));
 }
コード例 #2
0
 /// <summary>
 /// Gets the first background color from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color value.</returns>
 public override Color GetBackColor1(PaletteState state) => _redirect.GetBackColor1(Style, state);