# 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: