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

GetElementColor1() public abstract method

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