 | StyleReaderGetColor Method |
Resolves a color value from an XML node, when a rgb attribute exists. If the value is null, the fallback will be returned
Namespace: NanoXLSX.LowLevelAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
Syntaxprivate static string GetColor(
XmlNode node,
string fallback
)
Parameters
- node XmlNode
- Node to check
- fallback String
- Fallback value if the color could not be resolved
Return Value
StringRGB value as string or the fallback
See Also