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

GetRibbonGroupDialogLight() public method

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