ComponentFactory.Krypton.Toolkit.KryptonPaletteButtonSpecBase.GetButtonSpecImageTransparentColor C# (CSharp) Method

GetButtonSpecImageTransparentColor() public method

Gets the image transparent color.
public GetButtonSpecImageTransparentColor ( PaletteButtonSpecStyle style ) : Color
style PaletteButtonSpecStyle Style of button spec.
return Color
        public virtual Color GetButtonSpecImageTransparentColor(PaletteButtonSpecStyle style)
        {
            return _redirector.GetButtonSpecImageTransparentColor(style);
        }