ComponentFactory.Krypton.Toolkit.PaletteBase.GetButtonSpecColorMap C# (CSharp) Method

GetButtonSpecColorMap() public abstract method

Gets the color to remap from the image to the container foreground.
public abstract GetButtonSpecColorMap ( PaletteButtonSpecStyle style ) : Color
style PaletteButtonSpecStyle Style of button spec.
return Color
        public abstract Color GetButtonSpecColorMap(PaletteButtonSpecStyle style);
PaletteBase