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

GetElementColor4() public method

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