示例#1
0
 public void ReplaceMouseoverTextColorAt(Type_RGBColor newValue, int index)
 {
     ReplaceDomElementAt("", "MouseoverTextColor", index, newValue);
 }
示例#2
0
 public XmlNode AddMouseoverTextColor(Type_RGBColor newValue)
 {
     return AppendDomElement("", "MouseoverTextColor", newValue);
 }
示例#3
0
 public void InsertMouseoverTextColorAt(Type_RGBColor newValue, int index)
 {
     InsertDomElementAt("", "MouseoverTextColor", index, newValue);
 }
示例#4
0
 public void InsertTransparentColorAt(Type_RGBColor newValue, int index)
 {
     InsertDomElementAt("", "TransparentColor", index, newValue);
 }
示例#5
0
 public void ReplaceTransparentColorAt(Type_RGBColor newValue, int index)
 {
     ReplaceDomElementAt("", "TransparentColor", index, newValue);
 }
示例#6
0
 public XmlNode AddTransparentColor(Type_RGBColor newValue)
 {
     return AppendDomElement("", "TransparentColor", newValue);
 }
示例#7
0
 public XmlNode AddRGBColor(Type_RGBColor newValue)
 {
     return AppendDomElement("", "RGBColor", newValue);
 }
示例#8
0
 public BlueEnumerator(Type_RGBColor par)
 {
     parent = par;
     nIndex = -1;
 }
示例#9
0
 public GreenEnumerator(Type_RGBColor par)
 {
     parent = par;
     nIndex = -1;
 }
示例#10
0
 public RedEnumerator(Type_RGBColor par)
 {
     parent = par;
     nIndex = -1;
 }