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

GetElementColor4() public abstract method

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