/// <summary>
 /// Gets the graphics drawing hint.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>PaletteGraphicsHint value.</returns>
 public override PaletteGraphicsHint GetBackGraphicsHint(PaletteState state)
 {
     return(_redirect.GetBackGraphicsHint(Style, state));
 }
 /// <summary>
 /// Gets the graphics drawing hint.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>PaletteGraphicsHint value.</returns>
 public override PaletteGraphicsHint GetBackGraphicsHint(PaletteState state) => _redirect.GetBackGraphicsHint(Style, state);