ComponentFactory.Krypton.Ribbon.QATButtonToolTipToContent.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 _qatButton.GetToolTipImageTransparentColor();
        }