ComponentFactory.Krypton.Toolkit.PaletteContentInheritForced.GetContentImageColorMap C# (CSharp) Метод

GetContentImageColorMap() публичный Метод

Gets the image color to remap into another color.
public GetContentImageColorMap ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color
        public override Color GetContentImageColorMap(PaletteState state)
        {
            return _inherit.GetContentImageColorMap(state);
        }