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

GetElementColor3() public abstract method

Gets the third element color.
public abstract GetElementColor3 ( PaletteElement element, PaletteState state ) : Color
element PaletteElement Element for which color is required.
state PaletteState Palette value should be applicable to this state.
return Color
        public abstract Color GetElementColor3(PaletteElement element, PaletteState state);
PaletteBase