From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03520.html | 144 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 docs/doxygen/nel/a03520.html (limited to 'docs/doxygen/nel/a03520.html') diff --git a/docs/doxygen/nel/a03520.html b/docs/doxygen/nel/a03520.html new file mode 100644 index 00000000..19904561 --- /dev/null +++ b/docs/doxygen/nel/a03520.html @@ -0,0 +1,144 @@ + + +NeL: NL3D::CTileColor class Reference + + + +
+

NL3D::CTileColor Class Reference

#include <tile_color.h> +

+


Detailed Description

+A basic color Element for CPatchTexture.
Author:
Lionel Berenguier

+Nevrax France

+
Date:
2000
+ +

+ +

+Definition at line 44 of file tile_color.h. + + + + + + + + + + + +

Public Member Functions

 CTileColor ()
 Constructor.

void serial (NLMISC::IStream &f)

Data Fields

uint16 Color565
 The RGB user color.

+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CTileColor::CTileColor  )  [inline]
+
+ + + + + +
+   + + +

+Constructor. +

+ +

+Definition at line 53 of file tile_color.h. +

+

00053 {}
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CTileColor::serial NLMISC::IStream f  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 56 of file tile_color.h. +

+References Color565, and NLMISC::IStream::xmlSerial(). +

+

00057         {
+00058                 // NB: still don't use version number, for file size optimisation
+00059                 f.xmlSerial (Color565, "COLOR");
+00060         }
+
+


Field Documentation

+

+ + + + +
+ + +
uint16 NL3D::CTileColor::Color565 +
+
+ + + + + +
+   + + +

+The RGB user color. +

+ +

+Definition at line 48 of file tile_color.h. +

+Referenced by NL3D::CPatchDLMContext::generate(), NL3D::CPatch::getTileTileColors(), NL3D_expandLightmap(), serial(), and NL3D::CPatch::serial().

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 08:04:22 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1