예제 #1
0
 /// <summary>
 /// Gets the image color to remap into another color.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color value.</returns>
 public override Color GetContentImageColorMap(PaletteState state)
 {
     return(_redirect.GetContentImageColorMap(_style, state));
 }
 /// <summary>
 /// Gets the image color to remap into another color.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color value.</returns>
 public override Color GetContentImageColorMap(PaletteState state) => _redirect.GetContentImageColorMap(Style, state);