ComponentFactory.Krypton.Toolkit.PaletteBase.GetElementColor1 C# (CSharp) Method

GetElementColor1() public abstract method

Gets the first element color.
public abstract GetElementColor1 ( PaletteElement element, PaletteState state ) : Color
element PaletteElement Element for which color is required.
state PaletteState Palette value should be applicable to this state.
return Color
        public abstract Color GetElementColor1(PaletteElement element, PaletteState state);
PaletteBase