ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupTitle.GetImageTransparentColor C# (CSharp) Method

GetImageTransparentColor() public method

Gets the image color that should be interpreted as transparent.
public GetImageTransparentColor ( PaletteState state ) : Color
state PaletteState Tab state.
return Color
        public Color GetImageTransparentColor(PaletteState state)
        {
            return Color.Empty;
        }