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

GetContentImageEffect() public method

Gets the effect applied to drawing of the image.
public GetContentImageEffect ( PaletteContentStyle style, PaletteState state ) : PaletteImageEffect
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return PaletteImageEffect
        public virtual PaletteImageEffect GetContentImageEffect(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentImageEffect(style, state);
        }
PaletteRedirect