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