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