예제 #1
0
 /// <summary>
 /// Gets the color to remap from the image to the container foreground.
 /// </summary>
 /// <param name="style">Style of button spec.</param>
 /// <returns>Color value.</returns>
 public virtual Color GetButtonSpecColorMap(PaletteButtonSpecStyle style)
 {
     return(_redirector.GetButtonSpecColorMap(style));
 }