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

GetElementColor2() public method

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