pub fn sgr_fg_packed<W: Write>(w: &mut W, color: PackedRgba) -> Result<()>
Write SGR for a PackedRgba color as foreground (true color).
Skips if alpha is 0 (transparent).