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

GetElementColor2() public abstract method

Gets the second color for the element.
public abstract GetElementColor2 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public abstract Color GetElementColor2(PaletteState state);