NativeXml Help
TXmlNode.ReadColor
function ReadColor(const AName: Utf8String; ADefault: TColor): TColor; virtual;
Description
Read the subnode with AName and convert its value to TColor. If the subnode is not found, or cannot be converted, ADefault will be returned.