CColor class Reference

Chapitre 2

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 mR
float mG
float mB

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:
05/04/2002


The documentation for this class was generated from the following file:
Generated on Fri Apr 19 16:19:34 2002 by doxygen1.2.15