Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

ps
Struct CColor

   in Overlay.h
   in Overlay.cpp

struct CColor


Field Summary
 float a
          
 float b
          
 float g
          
 float r
          
 
Constructor Summary
CColor( float cr, float cg, float cb, float ca )
          
CColor()
          
 
Method Summary
 const float* FloatArray() const
          
 u32 Int() const
          
 bool operator!=( const CColor& color ) const
          
 bool operator==( const CColor& color ) const
          
 bool ParseString( const CStr8& Value, float DefaultAlpha )
          
 bool ParseString( const CStr& Value, float DefaultAlpha )
          
 

Field Detail

a

public float a;

b

public float b;

g

public float g;

r

public float r;


Constructor Detail

CColor

public CColor( float cr, float cg, float cb, float ca );

CColor

public CColor();


Method Detail

FloatArray

public const float* FloatArray() const;

Int

public u32 Int() const;

operator!=

public bool operator!=( const CColor& color ) const;

operator==

public bool operator==( const CColor& color ) const;

ParseString

public bool ParseString( const CStr8& Value, float DefaultAlpha );

ParseString

 bool ParseString( const CStr& Value, float DefaultAlpha );

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD