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);
        }