ComponentFactory.Krypton.Toolkit.PaletteBackToPalette.GetBackColor1 C# (CSharp) Метод

GetBackColor1() публичный Метод

Gets the first background color.
public GetBackColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color
        public Color GetBackColor1(PaletteState state)
        {
            return _palette.GetBackColor1(_style, state);
        }