- [Main Page](index.md)
- [Classes](annotated.md)
- [Files](files.md)
- [Directories](dirs.md)
- [Related Pages](pages.md)
- [Class List](annotated.md)
- [Alphabetical List](classes.md)
- [Class Hierarchy](hierarchy.md)
- [Class Members](functions.md)
HColorProperty Class Reference¶
#include <HPropert.h>
Inheritance diagram for HColorProperty:
Inheritance graph
[legend]
Collaboration diagram for HColorProperty:
Collaboration graph
[legend]
Public Member Functions |
|
| HFloatProperty * | GetRed () |
| HFloatProperty * | GetGreen () |
| HFloatProperty * | GetBlue () |
| float | GetLuminance () const |
| COLORREF | GetCOLORREF () const |
| RGBFloat | GetFactoredRGBFloat () const |
| ColorVector | GetFactoredColorVector () const |
| RGBFloat | GetNormalizedRGBFloat () const |
| ColorVector | GetNormalizedColorVector () const |
| void | SetValue (const RGBFloat &value) |
| void | SetValue (const ColorVector &value) |
| void | StoreValue (Time time, const RGBFloat &value, BOOL storeundo=TRUE) |
| void | StoreValue (Time time, const ColorVector &value, BOOL storeundo=TRUE) |
| void | StoreValue (Time time, const ColorBuf &value, BOOL storeundo=TRUE) |
Static Public Member Functions |
|
| static HColorProperty * | New () |
| static HColorProperty * | New (HColorPropertyInfo *propinfo) |