ComponentFactory.Krypton.Toolkit.PaletteBackLightenColors.GetBackColor1 C# (CSharp) Method

GetBackColor1() public method

Gets the first background color.
public GetBackColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public override Color GetBackColor1(PaletteState state)
        {
            return CommonHelper.MergeColors(_inherit.GetBackColor1(state), 0.4f, Color.White, 0.6f);
        }