ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentImageEffect C# (CSharp) Метод

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

Gets the actual image drawing effect value.
public GetContentImageEffect ( PaletteState state ) : PaletteImageEffect
state PaletteState Palette value should be applicable to this state.
Результат PaletteImageEffect
        public PaletteImageEffect GetContentImageEffect(PaletteState state)
        {
            return _palette.GetContentImageEffect(_style, state);
        }