Guiliani  Version 2.5 revision 7293 (documentation build 13)
ColorValue_t Struct Reference

structure used to stream colors More...

#include <GUICommonTypes.h>

Public Member Functions

 ColorValue_t ()
 default-constructor
 
 ColorValue_t (const eC_Bool &bIsProperty, const GlobalProperty_t &eProperty, const eC_UInt &uiValue)
 
 ColorValue_t (const eC_Int &Property)
 
 ColorValue_t (const eC_UInt &Color)
 

Public Attributes

union {
   eC_Int   iProperty
 property
 
   eC_UInt   uiColor
 color
 
}; 
 union for the value
 
ColorType_t eType
 value
 

Detailed Description

structure used to stream colors

Constructor & Destructor Documentation

◆ ColorValue_t() [1/3]

ColorValue_t::ColorValue_t ( const eC_Int &  Property)
inline

constructor

Parameters
Propertyid of property

◆ ColorValue_t() [2/3]

ColorValue_t::ColorValue_t ( const eC_UInt &  Color)
inline

constructor

Parameters
Colorcolor-value

◆ ColorValue_t() [3/3]

ColorValue_t::ColorValue_t ( const eC_Bool &  bIsProperty,
const GlobalProperty_t eProperty,
const eC_UInt &  uiValue 
)
inline

constructor

Parameters
bIsPropertyis property
ePropertyid of property
uiValuecolor-value

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