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

GetElementColor5() public abstract method

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