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

GetContentImageColorTo() public method

Gets the color to use in place of the image map color.
public GetContentImageColorTo ( PaletteContentStyle style, PaletteState state ) : Color
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return Color
        public virtual Color GetContentImageColorTo(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentImageColorTo(style, state);
        }
PaletteRedirect