# 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  

NL3D::CPSColorBlenderExact Class Reference

these are some attribute makers for colors This is a int blender class. It just blend between 2 values. The blending is exact, and thus slow... More...

#include <ps_color.h>

Inheritance diagram for NL3D::CPSColorBlenderExact:

NL3D::CPSValueBlender< NLMISC::CRGBA > NL3D::CPSAttribMakerT< NLMISC::CRGBA, CPSValueBlendFunc< NLMISC::CRGBA > > NL3D::CPSAttribMaker< NLMISC::CRGBA > NL3D::CPSAttribMakerBase NLMISC::IStreamable NLMISC::IClassable List of all members.

Public Methods

 NLMISC_DECLARE_CLASS (CPSColorBlenderExact)
 CPSColorBlenderExact (NLMISC::CRGBA startColor=NLMISC::CRGBA::White, NLMISC::CRGBA endColor=NLMISC::CRGBA::Black, float nbCycles=1.0f)
CPSAttribMakerBaseclone () const

Detailed Description

these are some attribute makers for colors This is a int blender class. It just blend between 2 values. The blending is exact, and thus slow...

See also:
ps_attrib_maker.h, ps_attrib_maker_template.h

Definition at line 58 of file ps_color.h.


Constructor & Destructor Documentation

NL3D::CPSColorBlenderExact::CPSColorBlenderExact NLMISC::CRGBA    startColor = NLMISC::CRGBA::White,
NLMISC::CRGBA    endColor = NLMISC::CRGBA::Black,
float    nbCycles = 1.0f
[inline]
 

Definition at line 62 of file ps_color.h.

References NL3D::CPSAttribMakerT< NLMISC::CRGBA, CPSValueBlendFunc< NLMISC::CRGBA > >::_F, NLMISC::CRGBA::Black, NL3D::CPSValueBlender< NLMISC::CRGBA >::CPSValueBlender, and NLMISC::CRGBA::White.

Referenced by clone.


Member Function Documentation

CPSAttribMakerBase* NL3D::CPSColorBlenderExact::clone void    const [inline, virtual]
 

Implements NL3D::CPSAttribMakerBase.

Definition at line 66 of file ps_color.h.

References CPSColorBlenderExact.

NL3D::CPSColorBlenderExact::NLMISC_DECLARE_CLASS CPSColorBlenderExact   
 


The documentation for this class was generated from the following file: