Parameter Types


Data Structures

struct  f0r_param_color
struct  f0r_param_position

Defines

#define F0R_PARAM_BOOL   0
#define F0R_PARAM_DOUBLE   1
#define F0R_PARAM_COLOR   2
#define F0R_PARAM_POSITION   3
#define F0R_PARAM_STRING   4

Typedefs

typedef double f0r_param_bool
typedef double f0r_param_double
typedef struct f0r_param_color f0r_param_color_t
typedef struct f0r_param_position f0r_param_position_t
typedef char f0r_param_string

Define Documentation

#define F0R_PARAM_BOOL   0

Parameter type for boolean values

See also:
f0r_param_bool

Definition at line 368 of file frei0r.h.

#define F0R_PARAM_COLOR   2

Parameter type for color

See also:
f0r_param_color

Definition at line 380 of file frei0r.h.

#define F0R_PARAM_DOUBLE   1

Parameter type for doubles

See also:
f0r_param_double

Definition at line 374 of file frei0r.h.

#define F0R_PARAM_POSITION   3

Parameter type for position

See also:
f0r_param_position

Definition at line 385 of file frei0r.h.

#define F0R_PARAM_STRING   4

Parameter type for string

See also:
f0r_param_string

Definition at line 391 of file frei0r.h.


Typedef Documentation

typedef double f0r_param_bool

The boolean type. The allowed range of values is [0, 1]. [0, 0.5[ is mapped to false and [0.5, 1] is mapped to true.

Definition at line 397 of file frei0r.h.

The color type. All three color components are in the range [0, 1].

typedef double f0r_param_double

The double type. The allowed range of values is [0, 1].

Definition at line 402 of file frei0r.h.

The position type. Both position coordinates are in the range [0, 1].

typedef char f0r_param_string

The string type. Zero terminated array of 8-bit values in utf-8 encoding

Definition at line 428 of file frei0r.h.


Generated on Thu Sep 16 10:44:18 2010 for frei0r by  doxygen 1.5.9