ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupTitle.GetImageTransparentColor C# (CSharp) Метод

GetImageTransparentColor() публичный Метод

Gets the image color that should be interpreted as transparent.
public GetImageTransparentColor ( PaletteState state ) : Color
state PaletteState Tab state.
Результат Color
        public Color GetImageTransparentColor(PaletteState state)
        {
            return Color.Empty;
        }