ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentImageColorMap C# (CSharp) 메소드

GetContentImageColorMap() 공개 메소드

Gets the image color to remap into another color.
public GetContentImageColorMap ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color
        public Color GetContentImageColorMap(PaletteState state)
        {
            return _palette.GetContentImageColorMap(_style, state);
        }