9using NanoXLSX.Utils.Xml;
10using System.Collections.Generic;
Interface, used by specific writers that provides color handling.
string GetAttributeName(Color color)
Gets the attribute name for the given color instance.
IEnumerable< XmlAttribute > GetAttributes(Color color)
Gets all applicable attributes of the given color instance.
string GetAttributeValue(Color color)
Gets the attribute value for the given color instance.
string GetTintAttributeValue(Color color)
Gets the tint value as string of the given color instance, if applicable (see UseTintAttribute(Color)...
bool UseTintAttribute(Color color)
Gets whether a tint value is used for the given color instance.