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

GetContentImageColorMap() public abstract method

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