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

GetElementColor5() public method

Gets the fifth color for the element.
public GetElementColor5 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public override Color GetElementColor5(PaletteState state)
        {
            return _redirect.GetElementColor5(_element, state);
        }