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

GetContentImageEffect() public method

Gets the actual image drawing effect value.
public GetContentImageEffect ( PaletteState state ) : PaletteImageEffect
state PaletteState Palette value should be applicable to this state.
return PaletteImageEffect
        public PaletteImageEffect GetContentImageEffect(PaletteState state)
        {
            return _inherit.GetContentImageEffect(state);
        }