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

GetElementColor2() public abstract method

Gets the second element color.
public abstract GetElementColor2 ( 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 GetElementColor2(PaletteElement element, PaletteState state);
PaletteBase