Color syntax in XAML-Math
masterXAML-Math supports LaTeX-style commands for foreground and background colors: \color for foreground and \colorbox for background. Unlike standard LaTeX, XAML-Math allows you to define colors immediately within the command arguments using various modes.
The general syntax is:
\command [mode] {color} {text}
command:colororcolorbox.mode(optional): Defines how the{color}argument is parsed (e.g.,gray,RGB,cmyk,HTML).color: A predefined color name (if no mode is provided) or a color definition matching the specifiedmode.text: The content to be colored.
\command [mode] {color} {text}