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

GetContentImageColorTo() public method

Gets the color to use in place of the image map color.
public GetContentImageColorTo ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public Color GetContentImageColorTo(PaletteState state)
        {
            return _inherit.GetContentImageColorTo(state);
        }