ComponentFactory.Krypton.Toolkit.ViewDrawMonthDays.GetImageTransparentColor C# (CSharp) Метод

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

Gets the image color that should be transparent.
public GetImageTransparentColor ( PaletteState state ) : Color
state PaletteState The state for which the image is needed.
Результат Color
        public Color GetImageTransparentColor(PaletteState state)
        {
            return Color.Empty;
        }