pub fn with_font_palette_color(
child: impl IntoUiNode,
index: u16,
color: impl IntoVar<Rgba>,
) -> UiNodeExpand description
Set the palette color in the font palette colors.
The index is pushed or replaced on the context FONT_PALETTE_COLORS_VAR.
This function is a helper for declaring properties that configure the colors of a specific font, you
can use font_palette_colors to set all color overrides directly.