Ejemplo n.º 1
0
 public void InsertRGBColorAt(Type_RGBColor2 newValue, int index)
 {
     InsertDomElementAt("", "RGBColor", index, newValue);
 }
Ejemplo n.º 2
0
 public void ReplaceRGBColorAt(Type_RGBColor2 newValue, int index)
 {
     ReplaceDomElementAt("", "RGBColor", index, newValue);
 }
Ejemplo n.º 3
0
		public void ReplaceRGBColorAt(Type_RGBColor2 newValue, int index)
		{
			ReplaceDomElementAt("", "RGBColor", index, newValue);
		}
Ejemplo n.º 4
0
 public void AddRGBColor(Type_RGBColor2 newValue)
 {
     AppendDomElement("", "RGBColor", newValue);
 }
Ejemplo n.º 5
0
		public void AddRGBColor(Type_RGBColor2 newValue)
		{
			AppendDomElement("", "RGBColor", newValue);
		}
Ejemplo n.º 6
0
		public void InsertRGBColorAt(Type_RGBColor2 newValue, int index)
		{
			InsertDomElementAt("", "RGBColor", index, newValue);
		}
Ejemplo n.º 7
0
			public BlueEnumerator(Type_RGBColor2 par) 
			{
				parent = par;
				nIndex = -1;
			}
Ejemplo n.º 8
0
		public void AddTransparentColor(Type_RGBColor2 newValue)
		{
			AppendDomElement("", "TransparentColor", newValue);
		}
Ejemplo n.º 9
0
		public void ReplaceMouseoverTextColorAt(Type_RGBColor2 newValue, int index)
		{
			ReplaceDomElementAt("", "MouseoverTextColor", index, newValue);
		}
Ejemplo n.º 10
0
 public BlueEnumerator(Type_RGBColor2 par)
 {
     parent = par;
     nIndex = -1;
 }
Ejemplo n.º 11
0
		public void InsertMouseoverTextColorAt(Type_RGBColor2 newValue, int index)
		{
			InsertDomElementAt("", "MouseoverTextColor", index, newValue);
		}
Ejemplo n.º 12
0
		public void AddMouseoverTextColor(Type_RGBColor2 newValue)
		{
			AppendDomElement("", "MouseoverTextColor", newValue);
		}
Ejemplo n.º 13
0
		public void ReplaceTransparencyColorAt(Type_RGBColor2 newValue, int index)
		{
			ReplaceDomElementAt("", "TransparencyColor", index, newValue);
		}
Ejemplo n.º 14
0
		public void InsertTransparencyColorAt(Type_RGBColor2 newValue, int index)
		{
			InsertDomElementAt("", "TransparencyColor", index, newValue);
		}
Ejemplo n.º 15
0
 public BlueEnumerator(Type_RGBColor2 par)
 {
     this.parent = par;
     this.nIndex = -1;
 }