示例#1
0
 /// <summary>
 /// Sets the ColorMapType property, available only to objects in the same assembly as TargaHeader.
 /// </summary>
 /// <param name="eColorMapType">One of the ColorMapType enumeration values.</param>
 internal protected void SetColorMapType(ETargetColorMapType eColorMapType)
 {
     this.eColorMapType = eColorMapType;
 }
示例#2
0
		/// <summary>
		/// Sets the ColorMapType property, available only to objects in the same assembly as TargaHeader.
		/// </summary>
		/// <param name="eColorMapType">One of the ColorMapType enumeration values.</param>
		internal protected void SetColorMapType(ETargetColorMapType eColorMapType) {
			this.eColorMapType = eColorMapType;
		}