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/classNLMISC_1_1CRGBAF.html | 288 ++++++++++++++++++++++++++++ 1 file changed, 288 insertions(+) create mode 100644 docs/doxygen/nel/classNLMISC_1_1CRGBAF.html (limited to 'docs/doxygen/nel/classNLMISC_1_1CRGBAF.html') diff --git a/docs/doxygen/nel/classNLMISC_1_1CRGBAF.html b/docs/doxygen/nel/classNLMISC_1_1CRGBAF.html new file mode 100644 index 00000000..b4ed01f1 --- /dev/null +++ b/docs/doxygen/nel/classNLMISC_1_1CRGBAF.html @@ -0,0 +1,288 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLMISC::CRGBAF Class Reference

Class pixel float RGBA. +More... +

+#include <rgba.h> +

+List of all members. + + + + + + + + + + + + +

Public Methods

void set (float r, float g, float b, float a)
 Set colors. More...


Public Attributes

float R
 Red componant. More...

float G
 Green componant. More...

float B
 Blue componant. More...

float A
 Alpha componant. More...

+


Detailed Description

+Class pixel float RGBA. +

+

+Author:
+Cyril Corvazier , Nevrax France
+Date:
+2000
+

+ +

+Definition at line 451 of file rgba.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void NLMISC::CRGBAF::set float   r,
float   g,
float   b,
float   a
+
+ + + + + +
+   + + +

+Set colors. +

+

+Parameters:
+ + + + + +
r  +Red componant.
g  +Green componant.
b  +Blue componant.
a  +Alpha componant.
+
+

+Definition at line 732 of file rgba.cpp. +

+References A, B, G, R, and r.

+


Member Data Documentation

+

+ + + + +
+ + +
float NLMISC::CRGBAF::A +
+
+ + + + + +
+   + + +

+Alpha componant. +

+ +

+Definition at line 650 of file rgba.h. +

+Referenced by NL3D::CRenderTrav::changeVPLightSetupMaterial, NL3D::CRenderTrav::getStrongestLightIndex, and set.

+

+ + + + +
+ + +
float NLMISC::CRGBAF::B +
+
+ + + + + +
+   + + +

+Blue componant. +

+ +

+Definition at line 648 of file rgba.h. +

+Referenced by NL3D::CVegetableManager::addInstance, NL3D::CRenderTrav::getStrongestLightIndex, and set.

+

+ + + + +
+ + +
float NLMISC::CRGBAF::G +
+
+ + + + + +
+   + + +

+Green componant. +

+ +

+Definition at line 646 of file rgba.h. +

+Referenced by NL3D::CVegetableManager::addInstance, NL3D::CRenderTrav::getStrongestLightIndex, and set.

+

+ + + + +
+ + +
float NLMISC::CRGBAF::R +
+
+ + + + + +
+   + + +

+Red componant. +

+ +

+Definition at line 644 of file rgba.h. +

+Referenced by NL3D::CVegetableManager::addInstance, NL3D::CRenderTrav::getStrongestLightIndex, and set.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1