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

GetContentImageColorMap() public method

Gets the image color to remap into another color.
public GetContentImageColorMap ( PaletteContentStyle style, PaletteState state ) : Color
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return Color
        public virtual Color GetContentImageColorMap(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentImageColorMap(style, state);
        }
PaletteRedirect