ComponentFactory.Krypton.Toolkit.PaletteInputControlBackStates.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)
        {
            if (Color1 != Color.Empty)
                return Color1;
            else
                return _inherit.GetBackColor1(state);
        }