OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Data Fields
Gradient::Stop Struct Reference

#include <gradient.hh>

Public Member Functions

 Stop ()
 Stop (float tt, const Color &c)
Color GetColor ()
float GetRel ()
bool operator== (const Stop &ref) const

Data Fields

float t
Color color

Detailed Description

Definition at line 45 of file gradient.hh.


Constructor & Destructor Documentation

Stop ( )
inline

Definition at line 46 of file gradient.hh.

Stop ( float  tt,
const Color c 
)
inline

Definition at line 48 of file gradient.hh.


Member Function Documentation

Color GetColor ( )
inline

Definition at line 52 of file gradient.hh.

float GetRel ( )
inline

Definition at line 56 of file gradient.hh.

bool operator== ( const Stop ref) const
inline

Definition at line 60 of file gradient.hh.


Field Documentation

Color color

Definition at line 50 of file gradient.hh.

float t

Definition at line 49 of file gradient.hh.


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