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

GetContentImageEffect() public abstract method

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