ComponentFactory.Krypton.Ribbon.RibbonToContent.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 virtual Color GetContentImageColorTo(PaletteState state)
        {
            return Color.Empty;
        }