Type Definition SrgbLumaa
palette::luma
type SrgbLumaa<T = f32> = Lumaa<Srgb, T>;
sRGB encoded luminance with an alpha component.