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/a02631.html | 150 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 docs/doxygen/nel/a02631.html (limited to 'docs/doxygen/nel/a02631.html') diff --git a/docs/doxygen/nel/a02631.html b/docs/doxygen/nel/a02631.html new file mode 100644 index 00000000..65baf4a7 --- /dev/null +++ b/docs/doxygen/nel/a02631.html @@ -0,0 +1,150 @@ + + +NeL: NL3D::CHLSColorDelta class Reference + + + +
+

NL3D::CHLSColorDelta Class Reference

#include <hls_color_texture.h> +

+ + + + + + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

uint8 DHue
sint8 DLum
sint8 DSat
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CHLSColorDelta::serial NLMISC::IStream f  ) 
+
+ + + + + +
+   + + +

+ +

+Definition at line 49 of file hls_color_texture.cpp. +

+References DHue, DLum, DSat, NLMISC::IStream::serial(), and NLMISC::IStream::serialVersion(). +

+

00050 {
+00051         f.serialVersion(0);
+00052         f.serial(DHue, DLum, DSat);
+00053 }
+
+


Field Documentation

+

+ + + + +
+ + +
uint8 NL3D::CHLSColorDelta::DHue +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NL3D::CHLSColorTexture::buildColorVersion(), and serial().

+

+ + + + +
+ + +
sint8 NL3D::CHLSColorDelta::DLum +
+
+ + + + + +
+   + + +

+ +

+Definition at line 55 of file hls_color_texture.h. +

+Referenced by serial().

+

+ + + + +
+ + +
sint8 NL3D::CHLSColorDelta::DSat +
+
+ + + + + +
+   + + +

+ +

+Definition at line 57 of file hls_color_texture.h. +

+Referenced by serial().

+


The documentation for this class was generated from the following files: +
Generated on Tue Mar 16 06:47:05 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1