/// https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.drawing.grayscale?view=openxml-3.0.1
///
/// When present, Converts all effect color values to a shade of gray, corresponding to their luminance.
/// Effect alpha (opacity) values are unaffected.
pub type XlsxGrayScale = bool;