CColor class Reference

Chapitre 1

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

CColor Class Reference

Cette classe represente une couleur RGB ainsi que des operateurs sur les couleurs. More...

#include <CColor.h>

List of all members.

Public Methods

 CColor ()
 CColor (float r, float g, float b)
virtual ~CColor ()
__forceinline void NormalizeColor ()

Public Attributes

float m_r
float m_g
float m_b

Friends

__forceinline friend CColor operator * (const CColor &c1, const CColor &c2)
__forceinline friend CColor operator * (const CColor &c1, const float multiple)
__forceinline friend CColor operator+ (const CColor &c1, const CColor &c2)
__forceinline friend void operator+= (CColor &c1, const CColor &c2)
__forceinline friend CColor operator/ (const CColor &c1, float multiple)
__forceinline friend void operator/= (CColor &c1, float multiple)

Detailed Description

Cette classe represente une couleur RGB ainsi que des operateurs sur les couleurs.

Author:
Benoît Lemaire (aka DaRkWoLf)
Date:
06/02/2002


The documentation for this class was generated from the following file:
Generated on Thu Apr 4 23:14:18 2002 by doxygen1.2.15