예제 #1
0
 /// <summary>
 /// Gets the second back color from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color value.</returns>
 public override Color GetBackColor2(PaletteState state)
 {
     return(_redirect.GetBackColor2(Style, state));
 }
 /// <summary>
 /// Gets the second back color from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color value.</returns>
 public override Color GetBackColor2(PaletteState state) => _redirect.GetBackColor2(Style, state);