Method GetSvgColor
GetSvgColor(KnownSvgColor, bool)
Gets real color value for the specified known svg color. Uses GetSvgColor(KnownSvgColor, bool) and color overrides specified with SetColorOverride(KnownSvgColor, bool, Color?).
public virtual Color GetSvgColor(KnownSvgColor knownColor, bool isDark)
Parameters
knownColorKnownSvgColorKnown svg color
isDarkboolWhether color theme is dark.