ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupRadioButtonText.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;
        }