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

GetElementColor5() public method

Gets the fifth element color.
public 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 virtual Color GetElementColor5(PaletteElement element, PaletteState state)
        {
            return _target.GetElementColor5(element, state);
        }
PaletteRedirect