/// <summary>
 /// Gets the first border color from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color value.</returns>
 public override Color GetBorderColor1(PaletteState state) => _redirect.GetBorderColor1(Style, state);
Ejemplo n.º 2
0
 /// <summary>
 /// Gets the first border color from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color value.</returns>
 public override Color GetBorderColor1(PaletteState state)
 {
     return(_redirect.GetBorderColor1(_style, state));
 }