1
2
3
4
/// https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.drawing.alphaceiling?view=openxml-3.0.1
/// When present, Alpha (opacity) values greater than zero are changed to 100%.
/// In other words, anything partially opaque becomes fully opaque.
pub type XlsxAlphaCeiling = bool;