/// An RGBA color generic over its component type `T`, each component in the
/// range `[0, 1]`.
///
/// The component type defaults to `f32`, so `TyRgbaColor` is the `f32` color;
/// see `TyRgbaColorF32` and `TyRgbaColorF64` for the common instantiations.