ComponentFactory.Krypton.Toolkit.PaletteSparkleBase.GetRibbonGroupDialogDark C# (CSharp) Method

GetRibbonGroupDialogDark() public method

Gets the color for the dialog launcher dark.
public GetRibbonGroupDialogDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public override Color GetRibbonGroupDialogDark(PaletteState state)
        {
            return _ribbonColors[(int)SchemeOfficeColors.RibbonGroupDialogDark];
        }
PaletteSparkleBase