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

GetButtonSpecColorTransparent() public abstract method

Gets the color to remap to transparent.
public abstract GetButtonSpecColorTransparent ( PaletteButtonSpecStyle style ) : Color
style PaletteButtonSpecStyle Style of button spec.
return Color
        public abstract Color GetButtonSpecColorTransparent(PaletteButtonSpecStyle style);
PaletteBase