Ejemplo n.º 1
0
 /// <summary>
 /// Gets the color to use in place of the image map color.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color value.</returns>
 public override Color GetContentImageColorTo(PaletteState state)
 {
     return(_redirect.GetContentImageColorTo(_style, state));
 }
 /// <summary>
 /// Gets the color to use in place of the image map color.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color value.</returns>
 public override Color GetContentImageColorTo(PaletteState state) => _redirect.GetContentImageColorTo(Style, state);